summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-14net:set valid name before calling ndo_init()Peter Pan(潘卫平)1-4/+4
2011-05-13net: introduce netdev_change_features()Michał Mirosław1-0/+25
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+6
2011-05-11net: dev_close() should check IFF_UPEric Dumazet1-4/+6
2011-05-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+3
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko1-18/+6
2011-05-03networking: inappropriate ioctl operation should return ENOTTYLifeng Sun1-3/+3
2011-04-30ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny1-0/+24
2011-04-29net: fix netdev_increment_features()Michał Mirosław1-24/+11
2011-04-25bonding: move processing of recv handlers into handle_frame()Jiri Pirko1-21/+0
2011-04-25net: make WARN_ON in dev_disable_lro() usefulMichał Mirosław1-1/+2
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-4/+4
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+7
2011-04-13net: Disable NETIF_F_TSO_ECN when TSO is disabledBen Hutchings1-0/+4
2011-04-13net: Disable all TSO features when SG is disabledBen Hutchings1-3/+3
2011-04-13net: add RTNL_ASSERT in __netdev_update_features()Michał Mirosław1-0/+2
2011-04-13net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko1-1/+7
2011-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-6/+6
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-6/+6
2011-04-05net: Allow no-cache copy from user on transmitTom Herbert1-0/+12
2011-04-03net: Call netdev_features_change() from netdev_update_features()Michał Mirosław1-6/+17
2011-03-31Fix common misspellingsLucas De Marchi1-6/+6
2011-03-30netdev: fix mtu check when TSO is enabledDaniel Lezcano1-2/+22
2011-03-28bridge: notify applications if address of bridge device changesstephen hemminger1-0/+1
2011-03-28net: remove useless comments in net/core/dev.cAmerigo Wang1-54/+0
2011-03-22net: implement dev_disable_lro() hw_features compatibilityMichał Mirosław1-8/+11
2011-03-16net: introduce rx_handler results and logic around thatJiri Pirko1-7/+14
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