summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2011-12-09gro: reset vlan_tci on reuseBenjamin Poirier
2011-04-14gro: reset skb_iif on reuseAndy Gospodarek
2011-04-14gro: Reset dev pointer on reuseHerbert Xu
2011-03-14net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov
2011-01-07net: release dst entry while cache-hot for GSO case tooKrishna Kumar
2010-12-09net: 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-03-15net: bug fix for vlan + gro issueAjit Khaparde
2009-12-18net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman
2009-11-16net: Fix the rollback test in dev_change_name()Eric Dumazet
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-30net: 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-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-08-06net: 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-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy
2009-06-26gro: 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-11bridge: Simplify interface for ATM LANEMichał Mirosław
2009-06-11[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
2009-06-03net: introduce pre-up netdev notifierJohannes Berg
2009-06-03net: skb->dst accessorsEric Dumazet
2009-05-29net: convert unicast addr listJiri Pirko
2009-05-27net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()Eric Dumazet
2009-05-27gro: Open-code final pskb_may_pullHerbert Xu
2009-05-27gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu
2009-05-27gro: Optimise length comparison in skb_gro_headerHerbert Xu
2009-05-27gro: Only use skb_gro_header for completely non-linear packetsHerbert Xu
2009-05-27gro: Inline skb_gro_header and cache frag0 virtual addressHerbert Xu
2009-05-25net: txq_trans_update() helperEric Dumazet
2009-05-25net: remove COMPAT_NET_DEV_OPSAlexander Beregalov
2009-05-21dropmon: add ability to detect when hardware dropsrxpacketsNeil Horman
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet
2009-05-18net: add tx_packets/tx_bytes/tx_dropped counters in struct netdev_queueEric Dumazet