Commit Graph

63 Commits (0bb70bf601579b0d4c56acbb54b8eb0688541e19)

Author SHA1 Message Date
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. 16 years ago
Eric Dumazet 23289a37e2 net: add a list_head parameter to dellink() method 16 years ago
Eric Dumazet 2c11455321 macvlan: add multiqueue capability 16 years ago
Eric Dumazet ac06713d55 macvlan: Use compare_ether_addr_64bits() 16 years ago
Stephen Hemminger 424efe9caf netdev: convert pseudo drivers to netdev_tx_t 16 years ago
sg.tweak@gmail.com ef5c89967d drivers/net/macvlan.c: fix cloning of tagged VLAN interfaces 16 years ago
Jiri Pirko ccffad25b5 net: convert unicast addr list 16 years ago
Eric Dumazet 93f154b594 net: release dst entry in dev_hard_start_xmit() 16 years ago
Patrick McHardy b1b67dd45a net: factor out ethtool invocation of vlan/macvlan drivers 16 years ago
Patrick McHardy 7816a0a862 vlan/macvlan: fix NULL pointer dereferences in ethtool handlers 16 years ago
Eric Biederman f9ac30f080 macvlan: Deterministic ingress packet delivery 16 years ago
Eric Biederman b0832a2961 macvlan: Support creating macvlans from macvlans 16 years ago
Patrick McHardy efbbced361 macvlan: don't broadcast PAUSE frames to macvlan devices 16 years ago
Stephen Hemminger 008298231a netdev: add more functions to netdevice ops 16 years ago
Stephen Hemminger 54a30c975b macvlan: convert to net_device_ops 16 years ago
David S. Miller babcda74e9 drivers/net: Kill now superfluous ->last_rx stores. 17 years ago
Stephen Hemminger 9edb8bb68b macvlan: add support for ethtool get settings 17 years ago
David S. Miller cf508b1211 netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep. 17 years ago
David S. Miller e8a0464cc9 netdev: Allocate multiple queues for TX. 17 years ago
Wang Chen b89fb7da2f macvlan: Check return of dev_set_allmulti 17 years ago
David S. Miller c773e847ea netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. 17 years ago
Franck Bui-Huu 82524746c2 rcu: split list.h and move rcu-protected lists into rculist.h 17 years ago
Patrick McHardy 7312096454 macvlan: Fix memleak on device removal/crash on module removal 17 years ago
YOSHIFUJI Hideaki c346dca108 [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. 17 years ago
Rami Rosen 52913246e0 [MACVLAN]: Setting macvlan_handle_frame_hook to NULL when rtnl_link_register() fails. 17 years ago
Patrick McHardy f12ca5f97b [MACVLAN]: Fix thinko in macvlan_transfer_operstate() 17 years ago