Commit Graph

90 Commits (03f7eae80f4b913929be84e0c883ee98196fd6ff)

Author SHA1 Message Date
David S. Miller 59b9997bab Revert "net: maintain namespace isolation between vlan and real device" 13 years ago
Danny Kukawka 7ce5d22219 net: use eth_hw_addr_random() and reset addr_assign_type 13 years ago
Eric Dumazet 4ec7ac1203 macvlan: fix a possible use after free 13 years ago
Jiri Pirko 87002b03ba net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo calls 13 years ago
Jiri Pirko 8e586137e6 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value 13 years ago
stephen hemminger 729e72a109 macvlan: receive multicast with local address 13 years ago
Eric Dumazet bc416d9768 macvlan: handle fragmented multicast frames 14 years ago
David Ward cb2d0f3e96 macvlan/macvtap: Fix unicast between macvtap interfaces in bridge mode 14 years ago
Jiri Pirko 4bc71cb983 net: consolidate and fix ethtool_ops->get_settings calling 14 years ago
Jiri Pirko afc4b13df1 net: remove use of ndo_set_multicast_list in drivers 14 years ago
Neil Horman 550fd08c2c net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared 14 years ago
Jiri Pirko 4f7a4505f8 macvlan: do vlan cleanup 14 years ago
John Fastabend 8d13e670d3 macvlan: add VLAN filters to lowerdev 14 years ago
David Ward a37dd33323 macvlan: Forward unicast frames in bridge mode to lowerdev 14 years ago
Eric Dumazet d93515611b macvlan: fix panic if lowerdev in a bond 14 years ago
Eric Dumazet 449f454426 macvlan: remove one synchronize_rcu() call 14 years ago
Eric Dumazet 226bd34114 net: use batched device unregister in veth and macvlan 14 years ago
Lai Jiangshan 6e070aecd9 macvlan,rcu: convert call_rcu(macvlan_port_rcu_free) to kfree_rcu() 14 years ago
Michał Mirosław 3918764666 net: macvlan: convert to hw_features 14 years ago
Eric W. Biederman d5cd92448f macvlan: Fix use after free of struct macvlan_port. 14 years ago
Jiri Pirko 8a4eb5734e net: introduce rx_handler results and logic around that 14 years ago
Daniel Lezcano 12a2856b60 macvlan : fix checksums error when we are in bridge mode 14 years ago
Sridhar Samudrala eb06acdc85 macvlan: Introduce 'passthru' mode to takeover the underlying device 14 years ago
Eric Dumazet 8ffab51b3d macvlan: lockless tx path 14 years ago
David Lamparter 3b27e10555 netns: keep vlan slaves on master netns move 15 years ago
Sridhar Samudrala ba01877f56 macvlan: Fix rx counters update in macvlan_handle_frame() 15 years ago
Herbert Xu 8a35747a5d macvtap: Limit packet queue length 15 years ago
Ben Hutchings 3cfde79c6c net: Get rid of rtnl_link_stats64 / net_device_stats union 15 years ago
Eric Dumazet 28172739f0 net: fix 64 bit counters on 32 bit arches 15 years ago
Eric Dumazet bc66154efe macvlan: 64 bit rx counters 15 years ago
Jiri Pirko a35e2c1b6d macvlan: use rx_handler_data pointer to store macvlan_port pointer V2 15 years ago
Jiri Pirko 93e2c32b5c net: add rx_handler data pointer 15 years ago
Jiri Pirko 8b37ef0a1f macvlan: use call_rcu for port free 15 years ago
Jiri Pirko ab95bfe01f net: replace hooks in __netif_receive_skb V5 15 years ago
Jiri Pirko f16d3d5748 macvlan: do proper cleanup in macvlan_common_newlink() V2 15 years ago
Eric Dumazet 2d6c9ffcca net: congestion notifications are not dropped packets 15 years ago
Jiri Pirko a14462f1bd net: adjust handle_macvlan to pass port struct to hook 15 years ago
Jiri Pirko a748ee2426 net: move address list functions to a separate file 15 years ago
Jiri Pirko 1c01fe14a8 net: forbid underlaying devices to change its type 15 years ago
Arnd Bergmann fc0663d6b5 macvlan: allow multiple driver backends 15 years ago
Arnd Bergmann 8a83a00b07 net: maintain namespace isolation between vlan and real device 15 years ago
Patrick Mullaney 6eb3a85533 macvlan: add GRO bit to features mask 15 years ago
Patrick Mullaney fc4a748966 netdevice: provide common routine for macvlan and vlan operstate management 15 years ago
Arnd Bergmann 27c0b1a850 macvlan: export macvlan mode through netlink 15 years ago
Arnd Bergmann 618e1b7482 macvlan: implement bridge, VEPA and private mode 15 years ago
Arnd Bergmann a1e514c5d0 macvlan: cleanup rx statistics 15 years ago
Patrick McHardy 8c2acc53fd macvlan: fix gso_max_size setting 15 years ago
Eric Dumazet fccaf71011 macvlan: Precise RX stats accounting 15 years ago
Patrick McHardy cbbef5e183 vlan/macvlan: propagate transmission state to upper layers 15 years ago
Eric W. Biederman 81adee47df net: Support specifying the network namespace upon device creation. 15 years ago