aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/macvlan.c
AgeCommit message (Expand)Author
2015-11-17macvlan: fix leak in macvlan_handle_frameSabrina Dubroca
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman
2015-08-03macvlan: Don't segment multiple tagged packets on macvlan deviceToshiaki Makita
2015-05-04macvlan: Propagate promiscuity setting to lower devices.Vlad Yasevich
2015-04-02macvlan: implement ndo_get_iflinkNicolas Dichtel
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman
2015-01-23macvlan: advertise link netns via netlinkNicolas Dichtel
2014-12-09macvlan: play well with ipvlan deviceMahesh Bandewar
2014-12-09macvlan: allow setting LRO independently of lower deviceMichal Kubeček
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko
2014-11-29macvlan: delay the header check for dodgy packets into lower deviceJason Wang
2014-10-25macvlan: fix a race on port dismantle and possible skb leaksEric Dumazet
2014-10-10macvlan: optimize the receive pathjbaron@akamai.com
2014-10-10macvlan: pass 'bool' type to macvlan_count_rx()jbaron@akamai.com
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-09-29macvlan: add source modeMichael Braun
2014-09-22macvlan: allow to enqueue broadcast pkt on virtual deviceNicolas Dichtel
2014-09-19net: allow macvlans to move to net namespaceFrancesco Ruggeri
2014-08-21macvlan: Allow setting multicast filter on all macvlan typesVlad Yasevich
2014-08-14Revert "macvlan: simplify the structure port"David S. Miller
2014-07-31macvlan: Initialize vlan_features to turn on offload support.Vlad Yasevich
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-08net: force a list_del() in unregister_netdevice_many()Eric Dumazet
2014-06-04macvlan: Support bonding eventsVlad Yasevich
2014-06-02macvlan: add netpoll supportdingtianhong
2014-06-02macvlan: fix the problem when mac address changes for passthru modedingtianhong
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-16macvlan: Fix lockdep warnings with stacked macvlan devicesVlad Yasevich
2014-05-15macvlan: simplify the structure portdingtianhong
2014-05-14macvlan: Propagate lowerdev MTU changesdingtianhong
2014-05-12macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces.Peter Christensen
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-04-30Revert "macvlan : fix checksums error when we are in bridge mode"Vlad Yasevich
2014-04-23macvlan: Fix leak and NULL dereference on error pathHerbert Xu
2014-04-20macvlan: Move broadcasts into a work queueHerbert Xu
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-03macvlan: Add support for 'always_on' offload featuresVlad Yasevich
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
2014-02-13macvlan: unregister net device when netdev_upper_dev_link() failsCong Wang
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang
2014-01-10macvlan: forbid L2 fowarding offload for macvtapJason Wang
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-04macvlan: unify macvlan_pcpu_stats and vlan_pcpu_statsLi RongQing
2013-12-28macvlan: make start_xmit localstephen hemminger
2013-12-26macvlan: fix netdev feature propagation from lower deviceFlorian Westphal
2013-12-12macvlan: Remove custom recieve and forward handlersVlad Yasevich
2013-12-05macvlan: Support creating macvtaps from macvlansKevin Wallace