summaryrefslogtreecommitdiff
path: root/drivers/net/ipvlan
Commit message (Expand)AuthorAgeFilesLines
* ipvlan: fix use after free of skbSabrina Dubroca2015-11-171-1/+1
* ipvlan: fix leak in ipvlan_rcv_frameSabrina Dubroca2015-11-171-5/+7
* ipvlan: read direct ifindex instead of iflinkBrenden Blanco2015-10-221-2/+2
* ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-081-2/+2
* ipvlan: Cache net in ipvlan_process_v4_outbound and ipvlan_process_v6_outboundEric W. Biederman2015-10-081-2/+4
* ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman2015-10-081-1/+1
* ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman2015-10-081-1/+1
* net: ipvlan: convert to using IFF_NO_QUEUEPhil Sutter2015-08-181-2/+1
* ipvlan: ignore addresses from ipv6 autoconfigurationKonstantin Khlebnikov2015-07-151-0/+4
* ipvlan: use rcu_deference_bh() in ipvlan_queue_xmit()WANG Cong2015-07-152-1/+6
* ipvlan: unhash addresses without synchronize_rcuKonstantin Khlebnikov2015-07-153-8/+6
* ipvlan: plug memory leak in ipvlan_link_deleteKonstantin Khlebnikov2015-07-151-0/+1
* ipvlan: remove counters of ipv4 and ipv6 addressesKonstantin Khlebnikov2015-07-152-23/+12
* ipvlan: Always set broadcast bit in multicast filterMahesh Bandewar2015-05-051-14/+6
* ipvlan: Defer multicast / broadcast processing to a work-queueMahesh Bandewar2015-05-053-52/+96
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-023-20/+42
|\
| * ipvlan: fix check for IP addresses in control pathJiri Benc2015-03-313-10/+21
| * ipvlan: do not use rcu operations for address listJiri Benc2015-03-311-5/+5
| * ipvlan: protect against concurrent link removalJiri Benc2015-03-311-1/+3
| * ipvlan: fix addr hash list corruptionJiri Benc2015-03-312-4/+13
* | ipvlan: implement ndo_get_iflinkNicolas Dichtel2015-04-021-1/+8
* | dev: introduce dev_get_iflink()Nicolas Dichtel2015-04-021-1/+1
* | net: Kill dev_rebuild_headerEric W. Biederman2015-03-021-1/+0
|/
* ipvlan: add a missing __percpu pcpu_statsEric Dumazet2015-02-111-1/+1
* net: mark some potential candidates __read_mostlyDaniel Borkmann2015-01-301-1/+1
* ipvlan: fix incorrect usage of IS_ERR() macro in IPv6 code path.Mahesh Bandewar2015-01-251-2/+4
* ipvlan: move the device check function into netdevice.hMahesh Bandewar2014-12-092-15/+5
* ipvlan: play well with macvlan deviceMahesh Bandewar2014-12-091-0/+6
* net-ipvlan: Deletion of an unnecessary check before the function call "free_p...Markus Elfring2014-12-051-2/+1
* ipvlan: ipvlan depends on INET and IPV6Mahesh Bandewar2014-11-291-1/+2
* ipvlan: fix sparse warningsMahesh Bandewar2014-11-261-2/+3
* ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar2014-11-244-0/+1533