summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-24net: bug fix for vlan + gro issueAjit Khaparde1-1/+1
2009-12-14net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman1-0/+11
2009-12-12net: Handle NETREG_UNINITIALIZED devices correctlyKrishna Kumar1-4/+6
2009-12-04netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney1-0/+27
2009-12-03net: Move network device exit batchingEric W. Biederman1-0/+25
2009-12-02net: Simplfy default_device_exit and improve batching.Eric W. Biederman1-10/+6
2009-12-02net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman1-27/+9
2009-11-30net: Move && and || to end of previous lineJoe Perches1-3/+4
2009-11-27veth: move loopback logic to common locationArnd Bergmann1-0/+40
2009-11-26net: use net_eq to compare netsOctavian Purdila1-2/+2
2009-11-23net: Fix missing kernel-doc notationJaswinder Singh Rajput1-1/+1
2009-11-21net: rename skb->iif to skb->skb_iifEric Dumazet1-3/+3
2009-11-18net: device name allocation cleanupsOctavian Purdila1-45/+24
2009-11-18linkwatch: linkwatch_forget_dev() to speedup device dismantleEric Dumazet1-0/+3
2009-11-18net: introduce NETDEV_UNREGISTER_PERNETOctavian Purdila1-2/+27
2009-11-18net: add dev_txq_stats_fold() helperEric Dumazet1-19/+29
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+6
2009-11-16net: Fix the rollback test in dev_change_name()Eric Dumazet1-5/+6
2009-11-16net: Optimize hard_start_xmit() return checkingJarek Poplawski1-17/+0
2009-11-16net: check the return value of ndo_select_queue()Eric Dumazet1-0/+15
2009-11-14net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy1-6/+26
2009-11-12netdev: fold name hash properly (v3)stephen hemminger1-1/+2
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet1-14/+16
2009-11-02net: RCU locking for simple ioctl()Eric Dumazet1-4/+4
2009-11-02veth: Fix unregister_netdevice_queue for vethEric W. Biederman1-1/+2
2009-11-02net: Introduce dev_get_by_name_rcu()Eric Dumazet1-9/+40
2009-10-30net: use hlist_for_each_entry()Eric Dumazet1-8/+8
2009-10-30gro: Change all receive functions to return GRO result codesBen Hutchings1-23/+15
2009-10-30gro: Name the GRO result enumeration typeBen Hutchings1-5/+14
2009-10-29net: Introduce dev_get_by_index_rcu()Eric Dumazet1-10/+38
2009-10-28vlan: Optimize multiple unregistrationEric Dumazet1-0/+1
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet1-1/+1
2009-10-28net: Introduce unregister_netdevice_many()Eric Dumazet1-32/+65
2009-10-28net: Introduce unregister_netdevice_queue()Eric Dumazet1-7/+13
2009-10-27vlan: allow null VLAN ID to be usedEric Dumazet1-1/+1
2009-10-24rtnetlink: speedup rtnl_dump_ifinfo()Eric Dumazet1-5/+2
2009-10-21net: Use sk_tx_queue_mapping for connected socketsKrishna Kumar1-6/+18
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-10/+3
2009-10-08net: Make UFO on master device independent of attached devicesSridhar Samudrala1-1/+1
2009-10-05net: introduce NETDEV_POST_INIT notifierJohannes Berg1-0/+6
2009-10-01net: restore tx timestamping for accelerated vlansEric Dumazet1-3/+3
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua1-2/+2
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-319/+337
2009-09-11net: force bridge module(s) to be GPLStephen Hemminger1-2/+2
2009-09-03net: Remove debugging codeEric Dumazet1-2/+0
2009-09-03net: net/core/dev.c cleanupsEric Dumazet1-297/+292
2009-08-31net: convert remaining non-symbolic return values in dev_queue_xmitKrishna Kumar1-1/+1
2009-08-19Drop ARPHRD_IEEE802154_PHYDmitry Eremin-Solenikov1-2/+2
2009-08-14Networking: use CAP_NET_ADMIN when deciding to call request_moduleEric Paris1-1/+1
2009-08-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-9/+14