Commit Graph

725 Commits (851cc856d73d1185243c149ed0c0839df8a1b2fe)

Author SHA1 Message Date
Eric Dumazet 6df427fe8c net: remove synchronize_net() from netdev_set_master() 14 years ago
Eric Dumazet 449f454426 macvlan: remove one synchronize_rcu() call 14 years ago
Michael S. Tsirkin 604ae14ffb net: Change netdev_fix_features messages loglevel 14 years ago
Eric Dumazet 372b231201 net: use hlist_del_rcu() in dev_change_name() 14 years ago
Michał Mirosław 6f404e441d net: Change netdev_fix_features messages loglevel 14 years ago
Peter Pan(潘卫平) 0696c3a8ac net:set valid name before calling ndo_init() 14 years ago
Michał Mirosław afe12cc86b net: introduce netdev_change_features() 14 years ago
Eric Dumazet e14a599335 net: dev_close() should check IFF_UP 14 years ago
Jiri Pirko 1c5cae815d net: call dev_alloc_name from register_netdevice 14 years ago
Lifeng Sun 41c31f318a networking: inappropriate ioctl operation should return ENOTTY 14 years ago
David Decotigny 8ae6daca85 ethtool: Call ethtool's get/set_settings callbacks with cleaned data 14 years ago
Michał Mirosław 1742f183fc net: fix netdev_increment_features() 14 years ago
Jiri Pirko 3aba891dde bonding: move processing of recv handlers into handle_frame() 14 years ago
Michał Mirosław 22d5969fb4 net: make WARN_ON in dev_disable_lro() useful 14 years ago
Eric Dumazet b71d1d426d inet: constify ip headers and in6_addr 14 years ago
Ben Hutchings 31d8b9e099 net: Disable NETIF_F_TSO_ECN when TSO is disabled 14 years ago
Ben Hutchings ea2d36883c net: Disable all TSO features when SG is disabled 14 years ago
Michał Mirosław 872674858f net: add RTNL_ASSERT in __netdev_update_features() 14 years ago
Jiri Pirko bcc6d47903 net: vlan: make non-hw-accel rx path similar to hw-accel 14 years ago
Tom Herbert c6e1a0d12c net: Allow no-cache copy from user on transmit 14 years ago
Michał Mirosław 6cb6a27c45 net: Call netdev_features_change() from netdev_update_features() 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Daniel Lezcano 79b569f0ec netdev: fix mtu check when TSO is enabled 14 years ago
stephen hemminger edf947f100 bridge: notify applications if address of bridge device changes 14 years ago
Amerigo Wang 3b261ade42 net: remove useless comments in net/core/dev.c 14 years ago
Michał Mirosław 27660515a2 net: implement dev_disable_lro() hw_features compatibility 14 years ago
Jiri Pirko 8a4eb5734e net: introduce rx_handler results and logic around that 14 years ago
Vasiliy Kulikov 8909c9ad8f net: don't allow CAP_NET_ADMIN to load non-netdev kernel modules 14 years ago
Jiri Pirko e3f48d37cf net: allow handlers to be processed for orig_dev 14 years ago
David S. Miller 63d8ea7f93 net: Forgot to commit net/core/dev.c part of Jiri's ->rx_handler patch. 14 years ago
Michał Mirosław 14d1232f49 net: avoid initial "Features changed" message 14 years ago
Michał Mirosław 8e9b59b219 Fix "(unregistered net_device): Features changed" message 14 years ago
Eric Dumazet ceaaec98ad net: deinit automatic LIST_HEAD 14 years ago
Linus Torvalds f87e6f4793 net: dont leave active on stack LIST_HEAD 14 years ago
Michał Mirosław 5455c6998d net: Introduce new feature setting ops 14 years ago
Michał Mirosław 212b573f55 ethtool: enable GSO and GRO by default 14 years ago
Ben Hutchings 69a19ee60d net: RPS: Make hardware-accelerated RFS conditional on NETIF_F_NTUPLE 14 years ago
Ben Hutchings 5c56580b74 net: Adjust TX queue kobjects if number of queues changes during unregister 14 years ago
Jiri Pirko 1765a57533 net: make dev->master general 14 years ago
Jiri Pirko d59cfde2fb net: remove the unnecessary dance around skb_bond_should_drop 14 years ago
David S. Miller 8d3bdbd55a net: Fix lockdep regression caused by initializing netdev queues too early. 14 years ago
Andy Gospodarek 6d152e23ad gro: reset skb_iif on reuse 14 years ago
Tom Herbert 8587523640 net: Check rps_flow_table when RPS map length is 1 14 years ago
Herbert Xu 66c46d741e gro: Reset dev pointer on reuse 14 years ago
Eric Dumazet ccf434380d net: fix dev_seq_next() 14 years ago
Michał Mirosław acd1130e87 net: reduce and unify printk level in netdev_fix_features() 14 years ago
Michał Mirosław 04ed3e741d net: change netdev->features to u32 14 years ago
Michał Mirosław 57422dc530 net: Move check of checksum features to netdev_fix_features() 14 years ago
Ben Hutchings c445477d74 net: RPS: Enable hardware acceleration of RFS 14 years ago
Eric Dumazet c506653d35 net: arp_ioctl() must hold RTNL 14 years ago