summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+10
2011-03-10net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov1-2/+10
2011-03-08net: allow handlers to be processed for orig_devJiri Pirko1-1/+2
2011-02-28net: Forgot to commit net/core/dev.c part of Jiri's ->rx_handler patch.David S. Miller1-88/+31
2011-02-24net: avoid initial "Features changed" messageMichał Mirosław1-3/+5
2011-02-24Fix "(unregistered net_device): Features changed" messageMichał Mirosław1-2/+2
2011-02-22Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller1-1/+2
2011-02-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+7
2011-02-18net: deinit automatic LIST_HEADEric Dumazet1-0/+2
2011-02-18net: dont leave active on stack LIST_HEADLinus Torvalds1-2/+5
2011-02-18net: Introduce new feature setting opsMichał Mirosław1-6/+40
2011-02-18ethtool: enable GSO and GRO by defaultMichał Mirosław1-4/+14
2011-02-15net: RPS: Make hardware-accelerated RFS conditional on NETIF_F_NTUPLEBen Hutchings1-1/+2
2011-02-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller1-1/+2
2011-02-15net: Adjust TX queue kobjects if number of queues changes during unregisterBen Hutchings1-1/+2
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-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-11/+16
2011-02-09net: Fix lockdep regression caused by initializing netdev queues too early.David S. Miller1-11/+16
2011-02-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+3
2011-02-03gro: reset skb_iif on reuseAndy Gospodarek1-0/+1
2011-02-01net: Check rps_flow_table when RPS map length is 1Tom Herbert1-1/+2
2011-02-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2011-01-30gro: Reset dev pointer on reuseHerbert Xu1-0/+1
2011-01-28net: fix dev_seq_next()Eric Dumazet1-4/+7
2011-01-25net: reduce and unify printk level in netdev_fix_features()Michał Mirosław1-21/+12
2011-01-25net: change netdev->features to u32Michał Mirosław1-8/+7
2011-01-25net: Move check of checksum features to netdev_fix_features()Michał Mirosław1-15/+17
2011-01-25net: RPS: Enable hardware acceleration of RFSBen Hutchings1-6/+91
2011-01-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+3
2011-01-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-1/+1
2011-01-25net: arp_ioctl() must hold RTNLEric Dumazet1-1/+2
2011-01-22net: netif_setup_tc() is staticEric Dumazet1-1/+1
2011-01-21net_sched: RCU conversion of stabEric Dumazet1-3/+5
2011-01-21net: dev_close_many() is staticEric Dumazet1-1/+1
2011-01-20net: implement mechanism for HW based QOSJohn Fastabend1-1/+54
2011-01-20net_device: add support for network device groupsVlad Dogaru1-0/+12
2011-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-3/+3
2011-01-20net: fix can_checksum_protocol() arguments swapEric Dumazet1-1/+1
2011-01-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2011-01-19net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan.Jesse Gross1-2/+2
2011-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-29/+0
2011-01-14net: 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-11net_sched: factorize qdisc stats handlingEric Dumazet1-1/+4
2011-01-11net: Add alloc_netdev_mqs functionTom Herbert1-11/+21
2011-01-10net offloading: Convert checksums to use centrally computed features.Jesse Gross1-28/+12
2011-01-10net offloading: Convert skb_need_linearize() to use precomputed features.Jesse Gross1-15/+6
2011-01-10net offloading: Convert dev_gso_segment() to use precomputed features.Jesse Gross1-5/+3
2011-01-10net offloading: Pass features into netif_needs_gso().Jesse Gross1-2/+6