summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2011-01-21neigh: __rcu annotationsEric Dumazet
2011-01-21net_sched: RCU conversion of stabEric Dumazet
2011-01-21net: dev_close_many() is staticEric Dumazet
2011-01-20net: implement mechanism for HW based QOSJohn Fastabend
2011-01-20netlink: support setting devgroup parametersVlad Dogaru
2011-01-20net_device: add support for network device groupsVlad Dogaru
2011-01-19net: filter: dont block softirqs in sk_run_filter()Eric Dumazet
2011-01-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-19net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan.Jesse Gross
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-01-14net: remove dev_txq_stats_fold()Eric Dumazet
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-13Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller
2011-01-12netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian
2011-01-11net_sched: factorize qdisc stats handlingEric Dumazet
2011-01-11net: Add alloc_netdev_mqs functionTom Herbert
2011-01-10net offloading: Convert checksums to use centrally computed features.Jesse Gross
2011-01-10net offloading: Convert skb_need_linearize() to use precomputed features.Jesse Gross
2011-01-10net offloading: Convert dev_gso_segment() to use precomputed features.Jesse Gross
2011-01-10net offloading: Pass features into netif_needs_gso().Jesse Gross
2011-01-10net offloading: Generalize netif_get_vlan_features().Jesse Gross
2011-01-10net offloading: Accept NETIF_F_HW_CSUM for all protocols.Jesse Gross
2011-01-10net: fix kernel-doc warning in core/filter.cRandy Dunlap
2011-01-10netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt
2011-01-08Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2011-01-06net: add POLLPRI to sock_def_readable()Eric Dumazet
2010-12-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-23Revert "ipv4: Allow configuring subnets as local addresses"David S. Miller
2010-12-22Merge branch 'master' into for-nextJiri Kosina
2010-12-21filter: optimize accesses to ancillary dataEric Dumazet
2010-12-21net: timestamp cloned packet in dev_queue_xmit_nitEric Dumazet
2010-12-20pktgen: Remove unnecessary prefix from pr_<level>Joe Perches
2010-12-20net: kill unused macrosShan Wei
2010-12-20net: increase skb->users instead of skb_clone()Changli Gao
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław
2010-12-16net: fix nulls list corruptions in sk_prot_allocOctavian Purdila
2010-12-16net: factorize sync-rcu call in unregister_netdevice_manyOctavian Purdila
2010-12-16net: use NUMA_NO_NODE instead of the magic number -1Changli Gao
2010-12-16bnx2x: Take the distribution range definition out of skb_tx_hash()Vladislav Zolotarov
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo
2010-12-11net: fix skb_defer_rx_timestamp()Eric Dumazet
2010-12-10ethtool: Report link-down while interface is downBen Hutchings
2010-12-10pktgen: adding prefetchw() callJunchang Wang
2010-12-10filter: use size of fetched data in __load_pointer()Eric Dumazet
2010-12-10net: optimize INET input path furtherEric Dumazet
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-08net: call dev_queue_xmit_nit() after skb_dst_drop()Eric Dumazet
2010-12-08filter: constify sk_run_filter()Eric Dumazet