summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2014-02-10net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov
2014-02-10net: reduce net_rx_action() latency to 2 HZEric Dumazet
2013-01-16gro: reset vlan_tci on reuseBenjamin Poirier
2012-08-17net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o
2012-03-14rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman
2012-03-14gro: reset skb_iif on reuseAndy Gospodarek
2012-03-14gro: Reset dev pointer on reuseHerbert Xu
2011-04-17net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov
2011-04-17net: NETIF_F_HW_CSUM does not imply FCoE CRC offloadBen Hutchings
2010-08-26net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski
2010-08-26net: Fix napi_gro_frags vs netpoll pathJarek Poplawski
2010-08-26net: dev_forward_skb should call nf_resetBen Greear
2010-08-02net: fix problem in reading sock TX queueTom Herbert
2010-05-06veth: Dont kfree_skb() after dev_forward_skb()Eric Dumazet
2010-04-21net: Fix an RCU warning in dev_pick_tx()David Howells
2010-04-15net: dev_pick_tx() fixEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-18net: Potential null skb->dev dereferenceEric Dumazet
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-02-27dev: support deferring device flag change notificationsPatrick McHardy
2010-02-27rtnetlink: handle rtnl_link netlink notifications manuallyPatrick McHardy
2010-02-26netdev: use list_first_entry macrostephen hemminger
2010-02-25net: Add checking to rcu_dereference() primitivesPaul E. McKenney
2010-02-23net: bug fix for vlan + gro issueAjit Khaparde
2010-02-17net: bug fix for vlan + gro issueAjit Khaparde
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-02-10ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr
2010-02-03net: maintain namespace isolation between vlan and real deviceArnd Bergmann
2010-01-25net: use helpers to access uc list V2Jiri Pirko
2010-01-21net: Optimize non-gso test checksKrishna Kumar
2010-01-19net: Unexport napi_gro_flush().David S. Miller
2010-01-07net: Make it easier to parse /proc/net/dev contents.Jesper Dangaard Brouer
2010-01-07fix bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek
2010-01-03bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek
2009-12-23net: release dst entry while cache-hot for GSO case tooKrishna Kumar
2009-12-13net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman
2009-12-11net: Handle NETREG_UNINITIALIZED devices correctlyKrishna Kumar
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney
2009-12-03net: Move network device exit batchingEric W. Biederman
2009-12-01net: Simplfy default_device_exit and improve batching.Eric W. Biederman
2009-12-01net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-11-26veth: move loopback logic to common locationArnd Bergmann
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-11-22net: Fix missing kernel-doc notationJaswinder Singh Rajput
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet
2009-11-18net: device name allocation cleanupsOctavian Purdila
2009-11-18linkwatch: linkwatch_forget_dev() to speedup device dismantleEric Dumazet
2009-11-18net: introduce NETDEV_UNREGISTER_PERNETOctavian Purdila
2009-11-17net: add dev_txq_stats_fold() helperEric Dumazet