aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-26veth: move loopback logic to common locationArnd Bergmann1-0/+40
2009-11-25net: use net_eq to compare netsOctavian Purdila5-7/+7
2009-11-22net: Fix missing kernel-doc notationJaswinder Singh Rajput1-1/+1
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet2-4/+4
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2009-11-18net: device name allocation cleanupsOctavian Purdila1-45/+24
2009-11-18linkwatch: linkwatch_forget_dev() to speedup device dismantleEric Dumazet2-37/+60
2009-11-18net: introduce NETDEV_UNREGISTER_PERNETOctavian Purdila1-2/+27
2009-11-17net: add dev_txq_stats_fold() helperEric Dumazet1-19/+29
2009-11-17gro: Fix illegal merging of trailer trashHerbert Xu1-1/+2
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+6
2009-11-16net: Fix the rollback test in dev_change_name()Eric Dumazet1-5/+6
2009-11-15net: Optimize hard_start_xmit() return checkingJarek Poplawski1-17/+0
2009-11-15net: check the return value of ndo_select_queue()Eric Dumazet1-0/+15
2009-11-13net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy1-6/+26
2009-11-11netdev: fold name hash properly (v3)stephen hemminger1-1/+2
2009-11-11skbuff: Do not allow skb recycling with disabled IRQsAnton Vorontsov1-0/+3
2009-11-08net: Support specifying the network namespace upon device creation.Eric W. Biederman1-11/+27
2009-11-07rtnetlink: CleanupsEric Dumazet1-31/+23
2009-11-07net: Replace old style lock initializerThomas Gleixner1-1/+1
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+9
2009-11-05net: Fix build warning in sock_bindtodevice().David S. Miller1-3/+2
2009-11-05pktgen: tx_bytes might be slightly wrongEric Dumazet1-2/+3
2009-11-05net: sock_bindtodevice() RCU-ificationEric Dumazet1-4/+6
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet1-14/+16
2009-11-01net: RCU locking for simple ioctl()Eric Dumazet1-4/+4
2009-11-01veth: Fix unregister_netdevice_queue for vethEric W. Biederman1-1/+2
2009-11-01net: Introduce dev_get_by_name_rcu()Eric Dumazet1-9/+40
2009-10-30net: Allow devices to specify a device specific sysfs group.Eric W. Biederman1-1/+4
2009-10-30net: fix sk_forward_alloc corruptionEric Dumazet1-1/+9
2009-10-30net: use hlist_for_each_entry()Eric Dumazet1-8/+8
2009-10-29gro: Change all receive functions to return GRO result codesBen Hutchings1-23/+15
2009-10-29gro: Name the GRO result enumeration typeBen Hutchings1-5/+14
2009-10-29net: Introduce dev_get_by_index_rcu()Eric Dumazet1-10/+38
2009-10-28net: sysfs: ethtool_ops can be NULLEric Dumazet1-2/+6
2009-10-28vlan: Optimize multiple unregistrationEric Dumazet1-0/+1
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet2-8/+8
2009-10-28net: Introduce unregister_netdevice_many()Eric Dumazet1-32/+65
2009-10-28net: Introduce unregister_netdevice_queue()Eric Dumazet1-7/+13
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+10
2009-10-27vlan: allow null VLAN ID to be usedEric Dumazet1-1/+1
2009-10-24pktgen: Dont leak kernel memoryEric Dumazet1-5/+10
2009-10-24rtnetlink: speedup rtnl_dump_ifinfo()Eric Dumazet2-18/+26
2009-10-22rtnetlink: rtnl_setlink() and rtnl_getlink() changesEric Dumazet1-19/+19
2009-10-20net: Use sk_tx_queue_mapping for connected socketsKrishna Kumar1-6/+18
2009-10-20net: Fix for dst_negative_adviceKrishna Kumar1-0/+6
2009-10-20net: Introduce sk_tx_queue_mappingKrishna Kumar1-1/+4
2009-10-20filter: Add SKF_AD_QUEUE instructionEric Dumazet1-0/+3
2009-10-19pkt_sched: ingress socket filter by markjamal1-0/+3
2009-10-18net: sk_drops consolidation part 2Eric Dumazet1-0/+1