aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/macvlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2014-03-03macvlan: Add support for 'always_on' offload featuresVlad Yasevich1-2/+5
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-8/+1
2014-02-13macvlan: unregister net device when netdev_upper_dev_link() failsCong Wang1-2/+3
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+7
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-6/+3
2014-01-10macvlan: forbid L2 fowarding offload for macvtapJason Wang1-1/+4
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+13
2014-01-04macvlan: unify macvlan_pcpu_stats and vlan_pcpu_statsLi RongQing1-4/+4
2013-12-28macvlan: make start_xmit localstephen hemminger1-3/+2
2013-12-26macvlan: fix netdev feature propagation from lower deviceFlorian Westphal1-3/+13
2013-12-12macvlan: Remove custom recieve and forward handlersVlad Yasevich1-12/+5
2013-12-05macvlan: Support creating macvtaps from macvlansKevin Wallace1-5/+3
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend1-1/+35
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+7
2013-10-22macvlan: resolve ENOENT errors on creationJohn Fastabend1-6/+5
2013-09-11macvlan: Move skb_clone check closer to callHerbert Xu1-4/+6
2013-09-03net: macvlan: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
2013-08-30macvlan: fix typo in assignmentLutz Jaenicke1-1/+1
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2013-08-05macvlan: validate flagsMichael S. Tsirkin1-0/+4
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+19
2013-08-01macvlan: handle set_promiscuity failuresMichael S. Tsirkin1-2/+5
2013-08-01macvlan: better mode validationMichael S. Tsirkin1-2/+14
2013-07-23macvlan fdb replace supportThomas Richter1-0/+3
2013-06-25macvtap: Let TUNSETOFFLOAD actually controll offload features.Vlad Yasevich1-0/+10
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+13
2013-06-13macvlan: don't touch promisc without passthroughMichael S. Tsirkin1-7/+13
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-05-11macvlan: fix passthru mode race between dev removal and rx pathJiri Pirko1-3/+4
2013-04-19net: vlan: announce STAG offload capability in some driversPatrick McHardy1-1/+1
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-4/+4
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-1/+1
2013-03-30macvlan: use the right RCU apiEric Dumazet1-6/+13
2013-03-07macvlan: Set IFF_UNICAST_FLT flag to prevent unnecessary promisc mode.Vlad Yasevich1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+2
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich1-1/+1
2013-02-08macvlan: add a salt to mc_hash()Eric Dumazet1-4/+13
2013-02-08macvlan: broadcast addr should be part of mc_filterEric Dumazet1-0/+3
2013-02-06macvlan: add multicast filterEric Dumazet1-0/+23
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2013-01-17macvlan: fix macvlan_get_size()Eric Dumazet1-1/+4
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-2/+2
2013-01-04macvlan: add link to upper deviceJiri Pirko1-1/+8
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-1/+0
2012-10-01netlink: add attributes to fdb interfacestephen hemminger1-1/+1
2012-09-19netdev: make address const in device address managementstephen hemminger1-2/+2
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1