aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ipvlan (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-20/+42
2015-04-02ipvlan: implement ndo_get_iflinkNicolas Dichtel1-1/+8
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel1-1/+1
2015-03-31ipvlan: fix check for IP addresses in control pathJiri Benc3-10/+21
2015-03-31ipvlan: do not use rcu operations for address listJiri Benc1-5/+5
2015-03-31ipvlan: protect against concurrent link removalJiri Benc1-1/+3
2015-03-31ipvlan: fix addr hash list corruptionJiri Benc2-4/+13
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman1-1/+0
2015-02-11ipvlan: add a missing __percpu pcpu_statsEric Dumazet1-1/+1
2015-01-30net: mark some potential candidates __read_mostlyDaniel Borkmann1-1/+1
2015-01-25ipvlan: fix incorrect usage of IS_ERR() macro in IPv6 code path.Mahesh Bandewar1-2/+4
2014-12-09ipvlan: move the device check function into netdevice.hMahesh Bandewar2-15/+5
2014-12-09ipvlan: play well with macvlan deviceMahesh Bandewar1-0/+6
2014-12-05net-ipvlan: Deletion of an unnecessary check before the function call "free_percpu"Markus Elfring1-2/+1
2014-11-29ipvlan: ipvlan depends on INET and IPV6Mahesh Bandewar1-1/+2
2014-11-26ipvlan: fix sparse warningsMahesh Bandewar1-2/+3
2014-11-24ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar4-0/+1533