summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2011-05-02networking: inappropriate ioctl operation should return ENOTTYLifeng Sun
2011-04-12net: Disable NETIF_F_TSO_ECN when TSO is disabledBen Hutchings
2011-04-12net: Disable all TSO features when SG is disabledBen Hutchings
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-30netdev: fix mtu check when TSO is enabledDaniel Lezcano
2011-03-27bridge: notify applications if address of bridge device changesstephen hemminger
2011-03-27net: remove useless comments in net/core/dev.cAmerigo Wang
2011-03-22net: implement dev_disable_lro() hw_features compatibilityMichał Mirosław
2011-03-16net: introduce rx_handler results and logic around thatJiri Pirko
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-10net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov
2011-03-07net: allow handlers to be processed for orig_devJiri Pirko
2011-02-28net: Forgot to commit net/core/dev.c part of Jiri's ->rx_handler patch.David S. Miller
2011-02-23net: avoid initial "Features changed" messageMichał Mirosław
2011-02-23Fix "(unregistered net_device): Features changed" messageMichał Mirosław
2011-02-22Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-18net: deinit automatic LIST_HEADEric Dumazet
2011-02-18net: dont leave active on stack LIST_HEADLinus Torvalds
2011-02-17net: Introduce new feature setting opsMichał Mirosław
2011-02-17ethtool: enable GSO and GRO by defaultMichał Mirosław
2011-02-15net: RPS: Make hardware-accelerated RFS conditional on NETIF_F_NTUPLEBen Hutchings
2011-02-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2011-02-15net: Adjust TX queue kobjects if number of queues changes during unregisterBen Hutchings
2011-02-13net: make dev->master generalJiri Pirko
2011-02-13net: remove the unnecessary dance around skb_bond_should_dropJiri Pirko
2011-02-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-08net: Fix lockdep regression caused by initializing netdev queues too early.David S. Miller
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-02gro: reset skb_iif on reuseAndy Gospodarek
2011-01-31net: Check rps_flow_table when RPS map length is 1Tom Herbert
2011-01-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-29gro: Reset dev pointer on reuseHerbert Xu
2011-01-27net: fix dev_seq_next()Eric Dumazet
2011-01-24net: reduce and unify printk level in netdev_fix_features()Michał Mirosław
2011-01-24net: change netdev->features to u32Michał Mirosław
2011-01-24net: Move check of checksum features to netdev_fix_features()Michał Mirosław
2011-01-24net: RPS: Enable hardware acceleration of RFSBen Hutchings
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2011-01-24net: arp_ioctl() must hold RTNLEric Dumazet
2011-01-21net: netif_setup_tc() is staticEric Dumazet
2011-01-20net_sched: RCU conversion of stabEric Dumazet
2011-01-20net: dev_close_many() is staticEric Dumazet
2011-01-19net: implement mechanism for HW based QOSJohn Fastabend
2011-01-19net_device: add support for network device groupsVlad Dogaru
2011-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-01-19net: fix can_checksum_protocol() arguments swapEric Dumazet
2011-01-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller