aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-16net: Fix the rollback test in dev_change_name()Eric Dumazet1-5/+6
2009-09-30net: 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-30net: 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-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-9/+14
2009-08-06net: Avoid enqueuing skb for default qdiscsKrishna Kumar1-13/+35
2009-08-05net: mark read-only arrays as constJan Engelhardt1-1/+1
2009-08-05net: Fix spinlock use in alloc_netdev_mq()Ingo Molnar1-2/+0
2009-08-02net: restore the original spinlock to protect unicast listJiri Pirko1-9/+16
2009-07-27cfg80211: make aware of net namespacesJohannes Berg1-0/+1
2009-07-24net: export __dev_addr_sync/__dev_addr_unsyncJohannes Berg1-0/+2
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-3/+3
2009-06-26gro: Flush GRO packets in napi_disable_pending pathHerbert Xu1-3/+5
2009-06-23net: Move rx skb_orphan call to where neededHerbert Xu1-2/+0
2009-06-18net: group address list and its countJiri Pirko1-68/+62
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2009-06-11bridge: Simplify interface for ATM LANEMichał Mirosław1-11/+9
2009-06-11[PATCH] net core: Some interface flags not returned by SIOCGIFFLAGSJohn Dykstra1-1/+1
2009-06-09Add constants for the ieee 802.15.4 stackSergey Lapin1-2/+4
2009-06-09net: dev_addr_init() fixEric Dumazet1-2/+2
2009-06-09net/core/dev.c: Use frag list abstraction interfaces.David S. Miller1-2/+2
2009-06-03net: introduce pre-up netdev notifierJohannes Berg1-1/+6
2009-06-03net: skb->dst accessorsEric Dumazet1-4/+3
2009-05-29net: convert unicast addr listJiri Pirko1-57/+138
2009-05-27net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()Eric Dumazet1-5/+4
2009-05-27gro: Open-code final pskb_may_pullHerbert Xu1-4/+19
2009-05-27gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu1-5/+12
2009-05-27gro: Optimise length comparison in skb_gro_headerHerbert Xu1-1/+4
2009-05-27gro: Only use skb_gro_header for completely non-linear packetsHerbert Xu1-1/+2
2009-05-27gro: Inline skb_gro_header and cache frag0 virtual addressHerbert Xu1-15/+12
2009-05-25net: txq_trans_update() helperEric Dumazet1-0/+3
2009-05-25net: remove COMPAT_NET_DEV_OPSAlexander Beregalov1-50/+0
2009-05-21dropmon: add ability to detect when hardware dropsrxpacketsNeil Horman1-1/+4
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet1-0/+9
2009-05-18net: add tx_packets/tx_bytes/tx_dropped counters in struct netdev_queueEric Dumazet1-3/+20
2009-05-09net: check retval of dev_addr_init()Jiri Pirko1-3/+12
2009-05-05net: introduce a list of device addresses dev_addr_list (v6)Jiri Pirko1-0/+250
2009-05-03net: Avoid modulus in skb_tx_hash() for forwarding case.David S. Miller1-2/+6
2009-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+5
2009-05-01net: Fix skb_tx_hash() for forwarding workloads.Eric Dumazet1-4/+5
2009-04-27gro: Fix handling of headers that extend over the tailHerbert Xu1-8/+3
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+7
2009-04-20net: Fix GRO for multiple page fragmentsBen Hutchings1-2/+2
2009-04-20net: fix "compatibility" typosMarcin Slusarz1-2/+2