summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-16net: Fix the rollback test in dev_change_name()Eric Dumazet
2009-11-16net: Optimize hard_start_xmit() return checkingJarek Poplawski
2009-11-16net: check the return value of ndo_select_queue()Eric Dumazet
2009-11-13net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy
2009-11-12netdev: fold name hash properly (v3)stephen hemminger
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet
2009-11-02net: RCU locking for simple ioctl()Eric Dumazet
2009-11-02veth: Fix unregister_netdevice_queue for vethEric W. Biederman
2009-11-02net: Introduce dev_get_by_name_rcu()Eric Dumazet
2009-10-30net: use hlist_for_each_entry()Eric Dumazet
2009-10-30gro: Change all receive functions to return GRO result codesBen Hutchings
2009-10-30gro: Name the GRO result enumeration typeBen Hutchings
2009-10-29net: Introduce dev_get_by_index_rcu()Eric Dumazet
2009-10-28vlan: Optimize multiple unregistrationEric Dumazet
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet
2009-10-28net: Introduce unregister_netdevice_many()Eric Dumazet
2009-10-28net: Introduce unregister_netdevice_queue()Eric Dumazet
2009-10-27vlan: allow null VLAN ID to be usedEric Dumazet
2009-10-24rtnetlink: speedup rtnl_dump_ifinfo()Eric Dumazet
2009-10-21net: Use sk_tx_queue_mapping for connected socketsKrishna Kumar
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet
2009-10-08net: Make UFO on master device independent of attached devicesSridhar Samudrala
2009-10-05net: introduce NETDEV_POST_INIT notifierJohannes Berg
2009-09-30net: restore tx timestamping for accelerated vlansEric Dumazet
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-09-11net: force bridge module(s) to be GPLStephen Hemminger
2009-09-03net: Remove debugging codeEric Dumazet
2009-09-03net: net/core/dev.c cleanupsEric Dumazet
2009-08-31net: convert remaining non-symbolic return values in dev_queue_xmitKrishna Kumar
2009-08-19Drop ARPHRD_IEEE802154_PHYDmitry Eremin-Solenikov
2009-08-14Networking: use CAP_NET_ADMIN when deciding to call request_moduleEric Paris
2009-08-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-08-07net: Avoid enqueuing skb for default qdiscsKrishna Kumar
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-08-05net: Fix spinlock use in alloc_netdev_mq()Ingo Molnar
2009-08-02net: restore the original spinlock to protect unicast listJiri Pirko
2009-07-27cfg80211: make aware of net namespacesJohannes Berg
2009-07-24net: export __dev_addr_sync/__dev_addr_unsyncJohannes Berg
2009-07-06net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy
2009-06-27gro: Flush GRO packets in napi_disable_pending pathHerbert Xu
2009-06-23net: Move rx skb_orphan call to where neededHerbert Xu
2009-06-18net: group address list and its countJiri Pirko
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-12bridge: Simplify interface for ATM LANEMichał Mirosław
2009-06-12[PATCH] net core: Some interface flags not returned by SIOCGIFFLAGSJohn Dykstra
2009-06-09Add constants for the ieee 802.15.4 stackSergey Lapin
2009-06-09net: dev_addr_init() fixEric Dumazet
2009-06-09net/core/dev.c: Use frag list abstraction interfaces.David S. Miller