aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2010-09-06net: poll() optimizationsGravatar Eric Dumazet 1-3/+2
2010-09-06net: pskb_expand_head() optimizationGravatar Eric Dumazet 1-5/+20
2010-09-03net: remove two kmemcheck annotationsGravatar Eric Dumazet 1-2/+0
2010-09-02net: dev_add_pack() & __dev_remove_pack() changesGravatar Eric Dumazet 1-17/+15
2010-09-01net: make rx_queue sysfs_ops constGravatar stephen hemminger 1-1/+1
2010-09-01net: skbuff.c cleanupGravatar Eric Dumazet 1-32/+15
2010-09-01skge: add GRO supportGravatar Eric Dumazet 1-1/+2
2010-08-31pktgen: remove non used variableGravatar Eric Dumazet 1-2/+0
2010-08-26gro: __napi_gro_receive() optimizationsGravatar Eric Dumazet 1-4/+6
2010-08-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-1/+2
2010-08-23ethtool: allow non-netadmin to query settingsGravatar stephen hemminger 1-0/+1
2010-08-23net: copy_rtnl_link_stats64() simplificationGravatar Eric Dumazet 1-30/+1
2010-08-23net: Rename skb_has_frags to skb_has_frag_listGravatar David S. Miller 2-11/+11
2010-08-22net: 802.1q: make vlan_hwaccel_do_receive() return voidGravatar Changli Gao 1-2/+2
2010-08-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+1
2010-08-21net: rps: fix the wrong network header pointerGravatar Changli Gao 1-2/+2
2010-08-19net: rps: use proto_ports_offset() to handle the AH message correctlyGravatar Changli Gao 1-16/+7
2010-08-19net: rps: skip fragment when computing rxhashGravatar Changli Gao 1-1/+4
2010-08-19net: rps: reset network header before calling skb_get_rxhash()Gravatar Changli Gao 1-0/+1
2010-08-19net: simplify flags for tx timestampingGravatar Oliver Hartkopp 2-4/+4
2010-08-17net: Fix a memmove bug in dev_gro_receive()Gravatar Jarek Poplawski 1-1/+1
2010-08-17ethtool: Provide a default implementation of ethtool_ops::get_drvinfoGravatar Ben Hutchings 1-10/+23
2010-08-16core: Factor out flow calculation from get_rps_cpuGravatar Krishna Kumar 1-44/+62
2010-08-16cfg80211: support sysfs namespacesGravatar Johannes Berg 1-1/+2
2010-08-07net: disable preemption before call smp_processor_id()Gravatar Changli Gao 1-0/+2
2010-08-05net: Fix napi_gro_frags vs netpoll pathGravatar Jarek Poplawski 1-4/+1
2010-08-03Revert "net: remove zap_completion_queue"Gravatar David S. Miller 2-3/+32
2010-08-02net: cleanup inclusionGravatar Changli Gao 1-2/+0
2010-08-01net: ingress filter message limitGravatar Stephen Hemminger 1-4/+4
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-2/+6
2010-07-26drop_monitor: use genl_register_family_with_ops()Gravatar Changli Gao 1-16/+7
2010-07-25net: dev_forward_skb should call nf_resetGravatar Ben Greear 1-0/+1
2010-07-24net: pskb_expand_head() optimizationGravatar Eric Dumazet 1-1/+1
2010-07-24sysfs: add attribute to indicate hw address assignment typeGravatar Stefan Assmann 1-0/+2
2010-07-23net: core: don't use own hex_to_bin() methodGravatar Andy Shevchenko 1-24/+12
2010-07-22net: Fix skb_copy_expand() handling of ->csum_startGravatar David S. Miller 1-1/+2
2010-07-22net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.cGravatar Andrea Shepard 1-1/+3
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-8/+17
2010-07-20drop_monitor: Add error code to detect duplicate state changesGravatar Neil Horman 1-2/+8
2010-07-20__dst_free(): put EXPORT_SYMBOLS after the fctGravatar Nicolas Dichtel 1-1/+1
2010-07-19net: this_cpu_xxx conversionsGravatar Eric Dumazet 1-3/+2
2010-07-19net: 64bit stats for netdev_queueGravatar Eric Dumazet 1-1/+3
2010-07-18net: support time stamping in phy devices.Gravatar Richard Cochran 3-1/+130
2010-07-14net: fix problem in reading sock TX queueGravatar Tom Herbert 1-4/+3
2010-07-14net/core: neighbour update OopsGravatar Doug Kehn 1-1/+4
2010-07-14net: skb_tx_hash() fix relative to skb_orphan_try()Gravatar Eric Dumazet 1-3/+10
2010-07-12net/core: Remove unnecessary casts of private_dataGravatar Joe Perches 1-2/+2
2010-07-12net: sock_free() optimizationsGravatar Eric Dumazet 1-2/+3
2010-07-12net/core: EXPORT_SYMBOL cleanupsGravatar Eric Dumazet 13-53/+32
2010-07-09net: Document that dev_get_stats() returns the given pointerGravatar Ben Hutchings 1-6/+6