aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2009-11-07net: Replace old style lock initializerGravatar Thomas Gleixner 1-1/+1
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+9
2009-11-05net: Fix build warning in sock_bindtodevice().Gravatar David S. Miller 1-3/+2
2009-11-05pktgen: tx_bytes might be slightly wrongGravatar Eric Dumazet 1-2/+3
2009-11-05net: sock_bindtodevice() RCU-ificationGravatar Eric Dumazet 1-4/+6
2009-11-04net: Introduce for_each_netdev_rcu() iteratorGravatar Eric Dumazet 1-14/+16
2009-11-01net: RCU locking for simple ioctl()Gravatar Eric Dumazet 1-4/+4
2009-11-01veth: Fix unregister_netdevice_queue for vethGravatar Eric W. Biederman 1-1/+2
2009-11-01net: Introduce dev_get_by_name_rcu()Gravatar Eric Dumazet 1-9/+40
2009-10-30net: Allow devices to specify a device specific sysfs group.Gravatar Eric W. Biederman 1-1/+4
2009-10-30net: fix sk_forward_alloc corruptionGravatar Eric Dumazet 1-1/+9
2009-10-30net: use hlist_for_each_entry()Gravatar Eric Dumazet 1-8/+8
2009-10-29gro: Change all receive functions to return GRO result codesGravatar Ben Hutchings 1-23/+15
2009-10-29gro: Name the GRO result enumeration typeGravatar Ben Hutchings 1-5/+14
2009-10-29net: Introduce dev_get_by_index_rcu()Gravatar Eric Dumazet 1-10/+38
2009-10-28net: sysfs: ethtool_ops can be NULLGravatar Eric Dumazet 1-2/+6
2009-10-28vlan: Optimize multiple unregistrationGravatar Eric Dumazet 1-0/+1
2009-10-28net: add a list_head parameter to dellink() methodGravatar Eric Dumazet 2-8/+8
2009-10-28net: Introduce unregister_netdevice_many()Gravatar Eric Dumazet 1-32/+65
2009-10-28net: Introduce unregister_netdevice_queue()Gravatar Eric Dumazet 1-7/+13
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-5/+10
2009-10-27vlan: allow null VLAN ID to be usedGravatar Eric Dumazet 1-1/+1
2009-10-24pktgen: Dont leak kernel memoryGravatar Eric Dumazet 1-5/+10
2009-10-24rtnetlink: speedup rtnl_dump_ifinfo()Gravatar Eric Dumazet 2-18/+26
2009-10-22rtnetlink: rtnl_setlink() and rtnl_getlink() changesGravatar Eric Dumazet 1-19/+19
2009-10-20net: Use sk_tx_queue_mapping for connected socketsGravatar Krishna Kumar 1-6/+18
2009-10-20net: Fix for dst_negative_adviceGravatar Krishna Kumar 1-0/+6
2009-10-20net: Introduce sk_tx_queue_mappingGravatar Krishna Kumar 1-1/+4
2009-10-20filter: Add SKF_AD_QUEUE instructionGravatar Eric Dumazet 1-0/+3
2009-10-19pkt_sched: ingress socket filter by markGravatar jamal 1-0/+3
2009-10-18net: sk_drops consolidation part 2Gravatar Eric Dumazet 1-0/+1
2009-10-14net: sk_drops consolidationGravatar Eric Dumazet 1-8/+7
2009-10-13net: Use netdev_alloc_skb_ip_align()Gravatar Eric Dumazet 1-10/+3
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgGravatar Neil Horman 1-1/+16
2009-10-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar David S. Miller 1-1/+5
2009-10-07net: Make UFO on master device independent of attached devicesGravatar Sridhar Samudrala 1-1/+1
2009-10-07wext: refactorGravatar Johannes Berg 1-1/+5
2009-10-07ethtool: Add reset operationGravatar Ben Hutchings 1-0/+23
2009-10-07pkt_sched: gen_estimator: Dont report fake rate estimatorsGravatar Eric Dumazet 1-1/+7
2009-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-4/+4
2009-10-05wext: let get_wireless_stats() sleepGravatar Johannes Berg 1-2/+2
2009-10-05net: export device speed and duplex via sysfsGravatar Andy Gospodarek 1-0/+40
2009-10-05net: introduce NETDEV_POST_INIT notifierGravatar Johannes Berg 1-0/+6
2009-10-05pktgen: Avoid dirtying skb->users when txq is fullGravatar Eric Dumazet 1-4/+7
2009-10-05ethtool: Remove support for obsolete string query operationsGravatar Ben Hutchings 1-48/+10
2009-10-04pktgen: restore nanosec delaysGravatar Eric Dumazet 1-1/+1
2009-10-04pktgen: Fix multiqueue handlingGravatar Eric Dumazet 1-1/+1
2009-10-01pktgen: Fix delay handlingGravatar Eric Dumazet 1-2/+4
2009-09-30net: restore tx timestamping for accelerated vlansGravatar Eric Dumazet 1-3/+3
2009-09-30net: Fix sock_wfree() raceGravatar Eric Dumazet 1-7/+12