summaryrefslogtreecommitdiff
path: root/drivers/net/ipvlan
AgeCommit message (Expand)Author
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-04-25ipvlan: use pernet operations and restrict l3s hooks to master netnsFlorian Westphal
2017-02-11ipvtap: IP-VLAN based tap driverSainath Grandhi
2017-01-20ipvlan: use netdev_is_rx_handler_busy instead of checking specific typeMahesh Bandewar
2017-01-16ipvlan: fix dev_id creation corner case.Mahesh Bandewar
2017-01-10ipvlan: improvise dev_id generation logic in IPvlanMahesh Bandewar
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2017-01-04ipvlan: assign unique dev-id for each slave device.Mahesh Bandewar
2016-12-28driver: ipvlan: Remove unnecessary ipvlan NULL check in ipvlan_count_rxGao Feng
2016-12-28driver: ipvlan: Define common functions to decrease duplicated codes used to ...Gao Feng
2016-12-23ipvlan: fix multicast processingMahesh Bandewar
2016-12-23ipvlan: fix various issues in ipvlan_process_multicast()Eric Dumazet
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-08driver: ipvlan: Unlink the upper dev when ipvlan_link_new failedGao Feng
2016-12-07driver: ipvlan: Free ipvl_port directly with kfree instead of kfree_rcuGao Feng
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-30driver: ipvlan: Remove useless member mtu_adj of struct ipvl_devGao Feng
2016-11-27driver: ipvlan: Fix one possible memleak in ipvlan_link_newGao Feng
2016-10-15ipvlan: constify l3mdev_ops structureJulia Lawall
2016-09-19ipvlan: Introduce l3s modeMahesh Bandewar
2016-07-25ipvlan: Scrub skb before crossing the namespace boundryMahesh Bandewar
2016-06-09net: ipvlan: call netdev_lockdep_set_classes()Eric Dumazet
2016-04-28ipvlan: Fix failure path in dev registration during link creationMahesh Bandewar
2016-03-17vlan: propagate gso_max_segsEric Dumazet
2016-02-25net: ipvlan: use __ethtool_get_ksettingsDavid Decotigny
2016-02-21ipvlan: misc changesMahesh Bandewar
2016-02-21ipvlan: mode is u16Mahesh Bandewar
2016-02-21ipvlan: scrub skb before routing in L3 mode.Mahesh Bandewar
2016-02-04ipvlan: inherit MTU from master deviceMahesh Bandewar
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-11-17ipvlan: fix use after free of skbSabrina Dubroca
2015-11-17ipvlan: fix leak in ipvlan_rcv_frameSabrina Dubroca
2015-10-22ipvlan: read direct ifindex instead of iflinkBrenden Blanco
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman
2015-10-08ipvlan: Cache net in ipvlan_process_v4_outbound and ipvlan_process_v6_outboundEric W. Biederman
2015-10-08ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman
2015-08-18net: ipvlan: convert to using IFF_NO_QUEUEPhil Sutter
2015-07-15ipvlan: ignore addresses from ipv6 autoconfigurationKonstantin Khlebnikov
2015-07-15ipvlan: use rcu_deference_bh() in ipvlan_queue_xmit()WANG Cong
2015-07-15ipvlan: unhash addresses without synchronize_rcuKonstantin Khlebnikov
2015-07-15ipvlan: plug memory leak in ipvlan_link_deleteKonstantin Khlebnikov
2015-07-15ipvlan: remove counters of ipv4 and ipv6 addressesKonstantin Khlebnikov
2015-05-05ipvlan: Always set broadcast bit in multicast filterMahesh Bandewar
2015-05-05ipvlan: Defer multicast / broadcast processing to a work-queueMahesh Bandewar
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-02ipvlan: implement ndo_get_iflinkNicolas Dichtel
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel
2015-03-31ipvlan: fix check for IP addresses in control pathJiri Benc
2015-03-31ipvlan: do not use rcu operations for address listJiri Benc