aboutsummaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-13net: make dev->master generalJiri Pirko1-12/+37
2011-02-13net: remove the unnecessary dance around skb_bond_should_dropJiri Pirko1-3/+3
2011-02-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-11/+16
2011-02-08net: Fix lockdep regression caused by initializing netdev queues too early.David S. Miller1-11/+16
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+3
2011-02-02gro: reset skb_iif on reuseAndy Gospodarek1-0/+1
2011-01-31net: Check rps_flow_table when RPS map length is 1Tom Herbert1-1/+2
2011-01-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2011-01-29gro: Reset dev pointer on reuseHerbert Xu1-0/+1
2011-01-27net: fix dev_seq_next()Eric Dumazet1-4/+7
2011-01-24net: reduce and unify printk level in netdev_fix_features()Michał Mirosław1-21/+12
2011-01-24net: change netdev->features to u32Michał Mirosław1-8/+7
2011-01-24net: Move check of checksum features to netdev_fix_features()Michał Mirosław1-15/+17
2011-01-24net: RPS: Enable hardware acceleration of RFSBen Hutchings1-6/+91
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+3
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-1/+1
2011-01-24net: arp_ioctl() must hold RTNLEric Dumazet1-1/+2
2011-01-21net: netif_setup_tc() is staticEric Dumazet1-1/+1
2011-01-20net_sched: RCU conversion of stabEric Dumazet1-3/+5
2011-01-20net: dev_close_many() is staticEric Dumazet1-1/+1
2011-01-19net: implement mechanism for HW based QOSJohn Fastabend1-1/+54
2011-01-19net_device: add support for network device groupsVlad Dogaru1-0/+12
2011-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-3/+3
2011-01-19net: fix can_checksum_protocol() arguments swapEric Dumazet1-1/+1
2011-01-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2011-01-18net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan.Jesse Gross1-2/+2
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-29/+0
2011-01-13net: remove dev_txq_stats_fold()Eric Dumazet1-29/+0
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-1/+4
2011-01-10net: Add alloc_netdev_mqs functionTom Herbert1-11/+21
2011-01-09net offloading: Convert checksums to use centrally computed features.Jesse Gross1-28/+12
2011-01-09net offloading: Convert skb_need_linearize() to use precomputed features.Jesse Gross1-15/+6
2011-01-09net offloading: Convert dev_gso_segment() to use precomputed features.Jesse Gross1-5/+3
2011-01-09net offloading: Pass features into netif_needs_gso().Jesse Gross1-2/+6
2011-01-09net offloading: Generalize netif_get_vlan_features().Jesse Gross1-8/+27
2011-01-09net offloading: Accept NETIF_F_HW_CSUM for all protocols.Jesse Gross1-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-1/+1
2010-12-21net: timestamp cloned packet in dev_queue_xmit_nitEric Dumazet1-7/+2
2010-12-19net: increase skb->users instead of skb_clone()Changli Gao1-10/+20
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław1-3/+3
2010-12-16net: factorize sync-rcu call in unregister_netdevice_manyOctavian Purdila1-42/+76
2010-12-16net: use NUMA_NO_NODE instead of the magic number -1Changli Gao1-1/+1
2010-12-16bnx2x: Take the distribution range definition out of skb_tx_hash()Vladislav Zolotarov1-5/+10
2010-12-08net: call dev_queue_xmit_nit() after skb_dst_drop()Eric Dumazet1-3/+3
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet1-10/+7
2010-12-08net: init ingress queueChangli Gao1-22/+13
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław1-2/+5
2010-12-01net sched: use xps information for qdisc NUMA affinityEric Dumazet1-2/+3
2010-11-28xps: Add CONFIG_XPSTom Herbert1-3/+6