summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2009-10-12net: restore tx timestamping for accelerated vlansEric Dumazet
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-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
2009-05-09net: check retval of dev_addr_init()Jiri Pirko
2009-05-05net: introduce a list of device addresses dev_addr_list (v6)Jiri Pirko
2009-05-03net: Avoid modulus in skb_tx_hash() for forwarding case.David S. Miller
2009-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-01net: Fix skb_tx_hash() for forwarding workloads.Eric Dumazet
2009-04-27gro: Fix handling of headers that extend over the tailHerbert Xu
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-04-20net: Fix GRO for multiple page fragmentsBen Hutchings
2009-04-20net: fix "compatibility" typosMarcin Slusarz
2009-04-20net: sch_netem: Fix an inconsistency in ingress netem timestamps.Jarek Poplawski
2009-04-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-04-16gro: New frags interface to avoid copying shinfoHerbert Xu
2009-04-14gro: Restore correct value to gso_sizeHerbert Xu
2009-04-11net: netif_device_attach/detach should start/stop all queuesAlexander Duyck
2009-04-02net: allow multiple dev per napi with GROStephen Hemminger
2009-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2009-03-26GRO: Disable GRO on legacy netif_rx pathHerbert Xu
2009-03-21net: remove useless prefetch() callEric Dumazet
2009-03-21skb: expose and constify hash primitivesStephen Hemminger
2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-18net: kfree(napi->skb) => kfree_skbRoel Kluin
2009-03-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-17gro: Fix legacy path napi_complete crashHerbert Xu
2009-03-16GRO: Move netpoll checks to correct locationHerbert Xu