summaryrefslogtreecommitdiff
path: root/drivers/net/ipvlan
Commit message (Expand)AuthorAge
* ipvlan: Scrub skb before crossing the namespace boundryMahesh Bandewar2016-07-25
* net: ipvlan: call netdev_lockdep_set_classes()Eric Dumazet2016-06-09
* ipvlan: Fix failure path in dev registration during link creationMahesh Bandewar2016-04-28
* vlan: propagate gso_max_segsEric Dumazet2016-03-17
* net: ipvlan: use __ethtool_get_ksettingsDavid Decotigny2016-02-25
* ipvlan: misc changesMahesh Bandewar2016-02-21
* ipvlan: mode is u16Mahesh Bandewar2016-02-21
* ipvlan: scrub skb before routing in L3 mode.Mahesh Bandewar2016-02-21
* ipvlan: inherit MTU from master deviceMahesh Bandewar2016-02-04
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-15
* ipvlan: fix use after free of skbSabrina Dubroca2015-11-17
* ipvlan: fix leak in ipvlan_rcv_frameSabrina Dubroca2015-11-17
* ipvlan: read direct ifindex instead of iflinkBrenden Blanco2015-10-22
* ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-08
* ipvlan: Cache net in ipvlan_process_v4_outbound and ipvlan_process_v6_outboundEric W. Biederman2015-10-08
* ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman2015-10-08
* ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman2015-10-08
* net: ipvlan: convert to using IFF_NO_QUEUEPhil Sutter2015-08-18
* ipvlan: ignore addresses from ipv6 autoconfigurationKonstantin Khlebnikov2015-07-15
* ipvlan: use rcu_deference_bh() in ipvlan_queue_xmit()WANG Cong2015-07-15
* ipvlan: unhash addresses without synchronize_rcuKonstantin Khlebnikov2015-07-15
* ipvlan: plug memory leak in ipvlan_link_deleteKonstantin Khlebnikov2015-07-15
* ipvlan: remove counters of ipv4 and ipv6 addressesKonstantin Khlebnikov2015-07-15
* ipvlan: Always set broadcast bit in multicast filterMahesh Bandewar2015-05-05
* ipvlan: Defer multicast / broadcast processing to a work-queueMahesh Bandewar2015-05-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-02
|\
| * ipvlan: fix check for IP addresses in control pathJiri Benc2015-03-31
| * ipvlan: do not use rcu operations for address listJiri Benc2015-03-31
| * ipvlan: protect against concurrent link removalJiri Benc2015-03-31
| * ipvlan: fix addr hash list corruptionJiri Benc2015-03-31
* | ipvlan: implement ndo_get_iflinkNicolas Dichtel2015-04-02
* | dev: introduce dev_get_iflink()Nicolas Dichtel2015-04-02
* | net: Kill dev_rebuild_headerEric W. Biederman2015-03-02
|/
* ipvlan: add a missing __percpu pcpu_statsEric Dumazet2015-02-11
* net: mark some potential candidates __read_mostlyDaniel Borkmann2015-01-30
* ipvlan: fix incorrect usage of IS_ERR() macro in IPv6 code path.Mahesh Bandewar2015-01-25
* ipvlan: move the device check function into netdevice.hMahesh Bandewar2014-12-09
* ipvlan: play well with macvlan deviceMahesh Bandewar2014-12-09
* net-ipvlan: Deletion of an unnecessary check before the function call "free_p...Markus Elfring2014-12-05
* ipvlan: ipvlan depends on INET and IPV6Mahesh Bandewar2014-11-29
* ipvlan: fix sparse warningsMahesh Bandewar2014-11-26
* ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar2014-11-24