aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-29/+2
2011-01-13net: remove dev_txq_stats_fold()Eric Dumazet1-29/+0
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+3
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-12Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller1-0/+2
2011-01-12netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian1-0/+2
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-1/+4
2011-01-10net: Add alloc_netdev_mqs functionTom Herbert1-11/+21
2011-01-09net offloading: Convert checksums to use centrally computed features.Jesse Gross1-28/+12
2011-01-09net offloading: Convert skb_need_linearize() to use precomputed features.Jesse Gross1-15/+6
2011-01-09net offloading: Convert dev_gso_segment() to use precomputed features.Jesse Gross1-5/+3
2011-01-09net offloading: Pass features into netif_needs_gso().Jesse Gross1-2/+6
2011-01-09net offloading: Generalize netif_get_vlan_features().Jesse Gross1-8/+27
2011-01-09net offloading: Accept NETIF_F_HW_CSUM for all protocols.Jesse Gross1-1/+1
2011-01-09net: fix kernel-doc warning in core/filter.cRandy Dunlap1-1/+1
2011-01-09netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt1-1/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2011-01-06net: add POLLPRI to sock_def_readable()Eric Dumazet1-1/+1
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+1
2010-12-23Revert "ipv4: Allow configuring subnets as local addresses"David S. Miller1-2/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina9-64/+71
2010-12-21filter: optimize accesses to ancillary dataEric Dumazet1-28/+44
2010-12-21net: timestamp cloned packet in dev_queue_xmit_nitEric Dumazet1-7/+2
2010-12-20pktgen: Remove unnecessary prefix from pr_<level>Joe Perches1-2/+1
2010-12-19net: kill unused macrosShan Wei2-2/+0
2010-12-19net: increase skb->users instead of skb_clone()Changli Gao1-10/+20
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-14/+39
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław2-4/+4
2010-12-16net: fix nulls list corruptions in sk_prot_allocOctavian Purdila1-12/+35
2010-12-16net: factorize sync-rcu call in unregister_netdevice_manyOctavian Purdila1-42/+76
2010-12-16net: use NUMA_NO_NODE instead of the magic number -1Changli Gao2-2/+3
2010-12-16bnx2x: Take the distribution range definition out of skb_tx_hash()Vladislav Zolotarov1-5/+10
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()Tejun Heo1-1/+1
2010-12-10net: fix skb_defer_rx_timestamp()Eric Dumazet1-2/+4
2010-12-10ethtool: Report link-down while interface is downBen Hutchings1-2/+15
2010-12-10pktgen: adding prefetchw() callJunchang Wang1-0/+2
2010-12-09filter: use size of fetched data in __load_pointer()Eric Dumazet1-3/+3
2010-12-09net: optimize INET input path furtherEric Dumazet1-5/+6
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-16/+7
2010-12-08net: call dev_queue_xmit_nit() after skb_dst_drop()Eric Dumazet1-3/+3
2010-12-08filter: constify sk_run_filter()Eric Dumazet2-4/+5
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet1-10/+7
2010-12-08net: init ingress queueChangli Gao1-22/+13
2010-12-08net: Add missing lockdep class names for af_algMiloslav Trmač1-3/+3
2010-12-06Fix a typo in datagram.c and sctp/socket.c.David Shwatrz1-1/+1
2010-12-06filter: add a security check at install timeEric Dumazet1-9/+63
2010-12-06filter: add SKF_AD_RXHASH and SKF_AD_CPUEric Dumazet1-0/+6
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław2-3/+8
2010-12-06filter: fix sk_filter rcu handlingEric Dumazet1-13/+6
2010-12-03net: don't reallocate skb->head unless the current one hasn't the needed extra size or is sharedChangli Gao1-11/+23