summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorLines
2009-09-30net: restore tx timestamping for accelerated vlansEric Dumazet-3/+3
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua-2/+2
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-319/+337
2009-09-11net: force bridge module(s) to be GPLStephen Hemminger-2/+2
2009-09-03net: Remove debugging codeEric Dumazet-2/+0
2009-09-03net: net/core/dev.c cleanupsEric Dumazet-297/+292
2009-08-30net: convert remaining non-symbolic return values in dev_queue_xmitKrishna Kumar-1/+1
2009-08-19Drop ARPHRD_IEEE802154_PHYDmitry Eremin-Solenikov-2/+2
2009-08-14Networking: use CAP_NET_ADMIN when deciding to call request_moduleEric Paris-1/+1
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-9/+14
2009-08-06net: Avoid enqueuing skb for default qdiscsKrishna Kumar-13/+35
2009-08-05net: mark read-only arrays as constJan Engelhardt-1/+1
2009-08-05net: Fix spinlock use in alloc_netdev_mq()Ingo Molnar-2/+0
2009-08-02net: restore the original spinlock to protect unicast listJiri Pirko-9/+16
2009-07-27cfg80211: make aware of net namespacesJohannes Berg-0/+1
2009-07-24net: export __dev_addr_sync/__dev_addr_unsyncJohannes Berg-0/+2
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy-3/+3
2009-06-26gro: Flush GRO packets in napi_disable_pending pathHerbert Xu-3/+5
2009-06-23net: Move rx skb_orphan call to where neededHerbert Xu-2/+0
2009-06-18net: group address list and its countJiri Pirko-68/+62
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller-1/+1
2009-06-11bridge: Simplify interface for ATM LANEMichał Mirosław-11/+9
2009-06-11[PATCH] net core: Some interface flags not returned by SIOCGIFFLAGSJohn Dykstra-1/+1
2009-06-09Add constants for the ieee 802.15.4 stackSergey Lapin-2/+4
2009-06-09net: dev_addr_init() fixEric Dumazet-2/+2
2009-06-09net/core/dev.c: Use frag list abstraction interfaces.David S. Miller-2/+2
2009-06-03net: introduce pre-up netdev notifierJohannes Berg-1/+6
2009-06-03net: skb->dst accessorsEric Dumazet-4/+3
2009-05-29net: convert unicast addr listJiri Pirko-57/+138
2009-05-27net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()Eric Dumazet-5/+4
2009-05-27gro: Open-code final pskb_may_pullHerbert Xu-4/+19
2009-05-27gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu-5/+12
2009-05-27gro: Optimise length comparison in skb_gro_headerHerbert Xu-1/+4
2009-05-27gro: Only use skb_gro_header for completely non-linear packetsHerbert Xu-1/+2
2009-05-27gro: Inline skb_gro_header and cache frag0 virtual addressHerbert Xu-15/+12
2009-05-25net: txq_trans_update() helperEric Dumazet-0/+3
2009-05-25net: remove COMPAT_NET_DEV_OPSAlexander Beregalov-50/+0
2009-05-21dropmon: add ability to detect when hardware dropsrxpacketsNeil Horman-1/+4
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet-0/+9
2009-05-18net: add tx_packets/tx_bytes/tx_dropped counters in struct netdev_queueEric Dumazet-3/+20
2009-05-09net: check retval of dev_addr_init()Jiri Pirko-3/+12
2009-05-05net: introduce a list of device addresses dev_addr_list (v6)Jiri Pirko-0/+250
2009-05-03net: Avoid modulus in skb_tx_hash() for forwarding case.David S. Miller-2/+6
2009-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-4/+5
2009-05-01net: Fix skb_tx_hash() for forwarding workloads.Eric Dumazet-4/+5
2009-04-27gro: Fix handling of headers that extend over the tailHerbert Xu-8/+3
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+7
2009-04-20net: Fix GRO for multiple page fragmentsBen Hutchings-2/+2
2009-04-20net: fix "compatibility" typosMarcin Slusarz-2/+2
2009-04-20net: sch_netem: Fix an inconsistency in ingress netem timestamps.Jarek Poplawski-0/+5