aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-20net: sch_netem: Fix an inconsistency in ingress netem timestamps.Jarek Poplawski1-0/+5
2009-04-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+5
2009-04-16gro: New frags interface to avoid copying shinfoHerbert Xu1-45/+36
2009-04-14gro: Restore correct value to gso_sizeHerbert Xu1-2/+3
2009-04-11net: netif_device_attach/detach should start/stop all queuesAlexander Duyck1-2/+2
2009-04-02net: allow multiple dev per napi with GROStephen Hemminger1-2/+3
2009-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+3
2009-03-26GRO: Disable GRO on legacy netif_rx pathHerbert Xu1-6/+3
2009-03-21net: remove useless prefetch() callEric Dumazet1-1/+0
2009-03-21skb: expose and constify hash primitivesStephen Hemminger1-1/+2
2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-03-18net: kfree(napi->skb) => kfree_skbRoel Kluin1-1/+1
2009-03-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2009-03-17gro: Fix legacy path napi_complete crashHerbert Xu1-2/+3
2009-03-16GRO: Move netpoll checks to correct locationHerbert Xu1-14/+3
2009-03-13[SCSI] net: add NETIF_F_FCOE_CRC to can_checksum_protocolYi Zou1-1/+3