summaryrefslogtreecommitdiffstats
path: root/drivers/net/ipvlan
AgeCommit message (Expand)AuthorLines
2016-07-25ipvlan: Scrub skb before crossing the namespace boundryMahesh Bandewar-14/+25
2016-06-09net: ipvlan: call netdev_lockdep_set_classes()Eric Dumazet-21/+1
2016-04-28ipvlan: Fix failure path in dev registration during link creationMahesh Bandewar-11/+8
2016-03-17vlan: propagate gso_max_segsEric Dumazet-0/+2
2016-02-25net: ipvlan: use __ethtool_get_ksettingsDavid Decotigny-4/+4
2016-02-21ipvlan: misc changesMahesh Bandewar-18/+20
2016-02-21ipvlan: mode is u16Mahesh Bandewar-4/+6
2016-02-21ipvlan: scrub skb before routing in L3 mode.Mahesh Bandewar-9/+10
2016-02-04ipvlan: inherit MTU from master deviceMahesh Bandewar-0/+1
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert-1/+1
2015-11-17ipvlan: fix use after free of skbSabrina Dubroca-1/+1
2015-11-17ipvlan: fix leak in ipvlan_rcv_frameSabrina Dubroca-5/+7
2015-10-22ipvlan: read direct ifindex instead of iflinkBrenden Blanco-2/+2
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman-2/+2
2015-10-08ipvlan: Cache net in ipvlan_process_v4_outbound and ipvlan_process_v6_outboundEric W. Biederman-2/+4
2015-10-08ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman-1/+1
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman-1/+1
2015-08-18net: ipvlan: convert to using IFF_NO_QUEUEPhil Sutter-2/+1
2015-07-15ipvlan: ignore addresses from ipv6 autoconfigurationKonstantin Khlebnikov-0/+4
2015-07-15ipvlan: use rcu_deference_bh() in ipvlan_queue_xmit()WANG Cong-1/+6
2015-07-15ipvlan: unhash addresses without synchronize_rcuKonstantin Khlebnikov-8/+6
2015-07-15ipvlan: plug memory leak in ipvlan_link_deleteKonstantin Khlebnikov-0/+1
2015-07-15ipvlan: remove counters of ipv4 and ipv6 addressesKonstantin Khlebnikov-23/+12
2015-05-05ipvlan: Always set broadcast bit in multicast filterMahesh Bandewar-14/+6
2015-05-05ipvlan: Defer multicast / broadcast processing to a work-queueMahesh Bandewar-52/+96
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-20/+42
2015-04-02ipvlan: implement ndo_get_iflinkNicolas Dichtel-1/+8
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel-1/+1
2015-03-31ipvlan: fix check for IP addresses in control pathJiri Benc-10/+21
2015-03-31ipvlan: do not use rcu operations for address listJiri Benc-5/+5
2015-03-31ipvlan: protect against concurrent link removalJiri Benc-1/+3
2015-03-31ipvlan: fix addr hash list corruptionJiri Benc-4/+13
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman-1/+0
2015-02-11ipvlan: add a missing __percpu pcpu_statsEric Dumazet-1/+1
2015-01-30net: mark some potential candidates __read_mostlyDaniel Borkmann-1/+1
2015-01-25ipvlan: fix incorrect usage of IS_ERR() macro in IPv6 code path.Mahesh Bandewar-2/+4
2014-12-09ipvlan: move the device check function into netdevice.hMahesh Bandewar-15/+5
2014-12-09ipvlan: play well with macvlan deviceMahesh Bandewar-0/+6
2014-12-05net-ipvlan: Deletion of an unnecessary check before the function call "free_p...Markus Elfring-2/+1
2014-11-29ipvlan: ipvlan depends on INET and IPV6Mahesh Bandewar-1/+2
2014-11-26ipvlan: fix sparse warningsMahesh Bandewar-2/+3
2014-11-24ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar-0/+1533