summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: Change netdev_fix_features messages loglevelMichał Mirosław2011-05-161-14/+8Star
* net: dev_close() should check IFF_UPEric Dumazet2011-05-111-4/+6
* networking: inappropriate ioctl operation should return ENOTTYLifeng Sun2011-05-031-3/+3
* net: Disable NETIF_F_TSO_ECN when TSO is disabledBen Hutchings2011-04-131-0/+4
* net: Disable all TSO features when SG is disabledBen Hutchings2011-04-131-3/+3
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-6/+6
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-6/+6
* | netdev: fix mtu check when TSO is enabledDaniel Lezcano2011-03-301-2/+22
|/
* bridge: notify applications if address of bridge device changesstephen hemminger2011-03-281-0/+1
* net: remove useless comments in net/core/dev.cAmerigo Wang2011-03-281-54/+0Star
* net: implement dev_disable_lro() hw_features compatibilityMichał Mirosław2011-03-221-8/+11
* net: introduce rx_handler results and logic around thatJiri Pirko2011-03-161-7/+14
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-101-2/+10
|\
| * net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov2011-03-101-2/+10
* | net: allow handlers to be processed for orig_devJiri Pirko2011-03-081-1/+2
* | net: Forgot to commit net/core/dev.c part of Jiri's ->rx_handler patch.David S. Miller2011-02-281-88/+31Star
* | net: avoid initial "Features changed" messageMichał Mirosław2011-02-231-3/+5
* | Fix "(unregistered net_device): Features changed" messageMichał Mirosław2011-02-231-2/+2
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2011-02-221-1/+2
|\ \
| * | net: RPS: Make hardware-accelerated RFS conditional on NETIF_F_NTUPLEBen Hutchings2011-02-151-1/+2
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-201-2/+7
|\ \ \ | | |/ | |/|
| * | net: deinit automatic LIST_HEADEric Dumazet2011-02-181-0/+2
| * | net: dont leave active on stack LIST_HEADLinus Torvalds2011-02-181-2/+5
* | | net: Introduce new feature setting opsMichał Mirosław2011-02-171-6/+40
* | | ethtool: enable GSO and GRO by defaultMichał Mirosław2011-02-171-4/+14
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2011-02-151-1/+2
|\ \ \ | | |/ | |/|
| * | net: Adjust TX queue kobjects if number of queues changes during unregisterBen Hutchings2011-02-151-1/+2
* | | net: make dev->master generalJiri Pirko2011-02-131-12/+37
* | | net: remove the unnecessary dance around skb_bond_should_dropJiri Pirko2011-02-131-3/+3
|/ /
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-091-11/+16
|\|
| * net: Fix lockdep regression caused by initializing netdev queues too early.David S. Miller2011-02-091-11/+16
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-041-1/+3
|\|
| * gro: reset skb_iif on reuseAndy Gospodarek2011-02-021-0/+1
| * net: Check rps_flow_table when RPS map length is 1Tom Herbert2011-02-011-1/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-311-0/+1
|\|
| * gro: Reset dev pointer on reuseHerbert Xu2011-01-301-0/+1
* | net: fix dev_seq_next()Eric Dumazet2011-01-281-4/+7
* | net: reduce and unify printk level in netdev_fix_features()Michał Mirosław2011-01-251-21/+12Star
* | net: change netdev->features to u32Michał Mirosław2011-01-251-8/+7Star
* | net: Move check of checksum features to netdev_fix_features()Michał Mirosław2011-01-251-15/+17
* | net: RPS: Enable hardware acceleration of RFSBen Hutchings2011-01-241-6/+91
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-241-2/+3
|\|
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2011-01-241-1/+1
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-201-3/+3
| | |\
| * | | net: arp_ioctl() must hold RTNLEric Dumazet2011-01-241-1/+2
| | |/ | |/|
| * | net: fix can_checksum_protocol() arguments swapEric Dumazet2011-01-191-1/+1
* | | net: netif_setup_tc() is staticEric Dumazet2011-01-211-1/+1
* | | net_sched: RCU conversion of stabEric Dumazet2011-01-211-3/+5
* | | net: dev_close_many() is staticEric Dumazet2011-01-211-1/+1
* | | net: implement mechanism for HW based QOSJohn Fastabend2011-01-201-1/+54