summaryrefslogtreecommitdiff
path: root/drivers/net/macvlan.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-19macvlan: handle fragmented multicast framesEric Dumazet1-0/+3
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-1/+1
2011-10-05macvlan/macvtap: Fix unicast between macvtap interfaces in bridge modeDavid Ward1-1/+1
2011-09-16net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko1-1/+2
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-28net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-1/+1
2011-07-22macvlan: do vlan cleanupJiri Pirko1-12/+0
2011-06-07macvlan: add VLAN filters to lowerdevJohn Fastabend1-1/+38
2011-05-23macvlan: Forward unicast frames in bridge mode to lowerdevDavid Ward1-4/+2
2011-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-22/+12
2011-05-20macvlan: fix panic if lowerdev in a bondEric Dumazet1-2/+2
2011-05-20macvlan: remove one synchronize_rcu() callEric Dumazet1-4/+5
2011-05-09net: use batched device unregister in veth and macvlanEric Dumazet1-1/+4
2011-05-08macvlan,rcu: convert call_rcu(macvlan_port_rcu_free) to kfree_rcu()Lai Jiangshan1-9/+1
2011-04-18net: macvlan: convert to hw_featuresMichał Mirosław1-15/+1
2011-03-22macvlan: Fix use after free of struct macvlan_port.Eric W. Biederman1-6/+12
2011-03-16net: introduce rx_handler results and logic around thatJiri Pirko1-5/+6
2011-03-15macvlan : fix checksums error when we are in bridge modeDaniel Lezcano1-0/+3
2010-11-22macvlan: Introduce 'passthru' mode to takeover the underlying deviceSridhar Samudrala1-1/+32
2010-11-16macvlan: lockless tx pathEric Dumazet1-45/+35
2010-09-18netns: keep vlan slaves on master netns moveDavid Lamparter1-0/+4
2010-07-28macvlan: Fix rx counters update in macvlan_handle_frame()Sridhar Samudrala1-4/+7
2010-07-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+8
2010-07-23macvtap: Limit packet queue lengthHerbert Xu1-2/+8
2010-07-10net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings1-1/+1
2010-07-08net: fix 64 bit counters on 32 bit archesEric Dumazet1-3/+3
2010-06-29macvlan: 64 bit rx countersEric Dumazet1-14/+23
2010-06-15macvlan: use rx_handler_data pointer to store macvlan_port pointer V2Jiri Pirko1-12/+16
2010-06-15net: add rx_handler data pointerJiri Pirko1-1/+1
2010-06-08macvlan: use call_rcu for port freeJiri Pirko1-2/+10
2010-06-02net: replace hooks in __netif_receive_skb V5Jiri Pirko1-6/+13
2010-05-25macvlan: do proper cleanup in macvlan_common_newlink() V2Jiri Pirko1-1/+8
2010-05-16net: congestion notifications are not dropped packetsEric Dumazet1-1/+1
2010-05-16net: adjust handle_macvlan to pass port struct to hookJiri Pirko1-6/+2
2010-04-04net: move address list functions to a separate fileJiri Pirko1-5/+5
2010-03-19net: forbid underlaying devices to change its typeJiri Pirko1-0/+3
2010-02-04macvlan: allow multiple driver backendsArnd Bergmann1-64/+49
2010-02-04net: maintain namespace isolation between vlan and real deviceArnd Bergmann1-1/+1
2010-01-16macvlan: add GRO bit to features maskPatrick Mullaney1-1/+1
2009-12-04netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney1-21/+3
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2009-11-27macvlan: export macvlan mode through netlinkArnd Bergmann1-6/+50
2009-11-27macvlan: implement bridge, VEPA and private modeArnd Bergmann1-8/+72
2009-11-27macvlan: cleanup rx statisticsArnd Bergmann1-29/+41
2009-11-24macvlan: fix gso_max_size settingPatrick McHardy1-0/+2
2009-11-18macvlan: Precise RX stats accountingEric Dumazet1-10/+66
2009-11-14vlan/macvlan: propagate transmission state to upper layersPatrick McHardy1-1/+1
2009-11-08net: Support specifying the network namespace upon device creation.Eric W. Biederman1-2/+2
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet1-3/+3
2009-09-04macvlan: add multiqueue capabilityEric Dumazet1-6/+27