Commit Graph

768 Commits (1ea6b8f48918282bdca0b32a34095504ee65bab5)

Author SHA1 Message Date
Eric Dumazet 6a32e4f9dd vlan: allow nested vlan_do_receive() 13 years ago
Eric W. Biederman d2237d3574 rtnetlink: Add missing manual netlink notification in dev_change_net_namespaces 13 years ago
Mihai Maruseac f04565ddf5 dev: use name hash for dev_seq_ops 13 years ago
Richard Cochran 4dc360c5e7 net: validate HWTSTAMP ioctl parameters 13 years ago
Eric W. Biederman 850a545bd8 net: Move rcu_barrier from rollback_registered_many to netdev_run_todo. 13 years ago
Eric Dumazet 9e903e0852 net: add skb frag size accessors 13 years ago
John Fastabend 2425717b27 net: allow vlan traffic to be received under bond 13 years ago
Ben Hutchings 09994d1b09 RPS: Ensure that an expired hardware filter can be re-added later 14 years ago
Changli Gao 5dd17e08f3 net: rps: fix the support for PPPOE 14 years ago
Jiri Pirko 4bc71cb983 net: consolidate and fix ethtool_ops->get_settings calling 14 years ago
Michael S. Tsirkin 48c830120f net: copy userspace buffers on device forwarding 14 years ago
Ian Campbell ea2ab69379 net: convert core to skb paged frag APIs 14 years ago
Eric Dumazet ec5efe7946 rps: support IPIP encapsulation 14 years ago
Jason Baron ffa10cb47a dynamic_debug: make netdev_dbg() call __netdev_printk() 14 years ago
Jiri Pirko 0dfe178239 net: vlan: goto another_round instead of calling __netif_receive_skb 14 years ago
Changli Gao ae1511bf76 net: rps: support PPPOE session messages 14 years ago
Changli Gao 1ff1986fc9 net: rps: support 802.1Q 14 years ago
Jiri Pirko b81693d914 net: remove ndo_set_multicast_list callback 14 years ago
Jiri Pirko 01789349ee net: introduce IFF_UNICAST_FLT private flag 14 years ago
Tom Herbert c6865cb3cc rps: Inspect GRE encapsulated packets to get flow hash 14 years ago
Tom Herbert e971b7225b rps: Infrastructure in __skb_get_rxhash for deep inspection 14 years ago
Tom Herbert bdeab99191 rps: Add flag to skb to indicate rxhash is based on L4 tuple 14 years ago
Tom Herbert 792df22cd0 rps: Some minor cleanup in get_rps_cpus 14 years ago
Eric Dumazet 33d480ce6d net: cleanup some rcu_dereference_raw 14 years ago
Stephen Hemminger a9b3cd7f32 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER 14 years ago
Joe Perches 2d348d1f56 net: Convert struct net_device uc_promisc to bool 14 years ago
Michał Mirosław fec30c3381 net: unexport netdev_fix_features() 14 years ago
Michał Mirosław 1180e7d659 net: cleanup vlan_features setting in register_netdev 14 years ago
Shan Wei f9d7a1187d net: Add GSO to vlan_features initialization 14 years ago
Thomas Graf 4e985adaa5 rtnl: provide link dump consistency info 14 years ago
Paul Gortmaker 56f8a75c17 ip: introduce ip_is_fragment helper inline function 14 years ago
Jiri Pirko 0b5c9db1b1 vlan: Fix the ingress VLAN_FLAG_REORDER_HDR check 14 years ago
Alexander Duyck bff55273f9 v2 ethtool: remove support for ETHTOOL_GRXNTUPLE 14 years ago
Heiko Carstens 264524d5e5 net: cpu offline cause napi stall 14 years ago
David S. Miller 3019de124b net: Rework netdev_drivername() to avoid warning. 14 years ago
Koki Sanagi ec764bf083 net: tracepoint of net_dev_xmit sees freed skb and causes panic 14 years ago
Neil Horman f11970e383 net: make dev_disable_lro use physical device if passed a vlan dev (v2) 14 years ago
Eric Dumazet be3fc413da net: use synchronize_rcu_expedited() 14 years ago
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