aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ipvlan/ipvlan_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-09Ipvlan should return an error when an address is already in use.Krister Johansen1-0/+69
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2017-04-25ipvlan: use pernet operations and restrict l3s hooks to master netnsFlorian Westphal1-15/+68
2017-02-11ipvtap: IP-VLAN based tap driverSainath Grandhi1-12/+15
2017-01-20ipvlan: use netdev_is_rx_handler_busy instead of checking specific typeMahesh Bandewar1-2/+2
2017-01-16ipvlan: fix dev_id creation corner case.Mahesh Bandewar1-0/+3
2017-01-10ipvlan: improvise dev_id generation logic in IPvlanMahesh Bandewar1-1/+12
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+2
2017-01-04ipvlan: assign unique dev-id for each slave device.Mahesh Bandewar1-1/+16
2016-12-28driver: ipvlan: Define common functions to decrease duplicated codes used to add or del IP addressGao Feng1-39/+29
2016-12-23ipvlan: fix various issues in ipvlan_process_multicast()Eric Dumazet1-1/+6
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-12-08driver: ipvlan: Unlink the upper dev when ipvlan_link_new failedGao Feng1-1/+3
2016-12-07driver: ipvlan: Free ipvl_port directly with kfree instead of kfree_rcuGao Feng1-2/+2
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+12
2016-11-30driver: ipvlan: Remove useless member mtu_adj of struct ipvl_devGao Feng1-1/+1
2016-11-27driver: ipvlan: Fix one possible memleak in ipvlan_link_newGao Feng1-5/+12
2016-10-15ipvlan: constify l3mdev_ops structureJulia Lawall1-1/+1
2016-09-19ipvlan: Introduce l3s modeMahesh Bandewar1-7/+80
2016-06-09net: ipvlan: call netdev_lockdep_set_classes()Eric Dumazet1-21/+1
2016-04-28ipvlan: Fix failure path in dev registration during link creationMahesh Bandewar1-11/+8
2016-03-17vlan: propagate gso_max_segsEric Dumazet1-0/+2
2016-02-25net: ipvlan: use __ethtool_get_ksettingsDavid Decotigny1-4/+4
2016-02-21ipvlan: misc changesMahesh Bandewar1-1/+1
2016-02-21ipvlan: mode is u16Mahesh Bandewar1-3/+6
2016-02-04ipvlan: inherit MTU from master deviceMahesh Bandewar1-0/+1
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-08-18net: ipvlan: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-07-15ipvlan: ignore addresses from ipv6 autoconfigurationKonstantin Khlebnikov1-0/+4
2015-07-15ipvlan: unhash addresses without synchronize_rcuKonstantin Khlebnikov1-4/+4
2015-07-15ipvlan: plug memory leak in ipvlan_link_deleteKonstantin Khlebnikov1-0/+1
2015-07-15ipvlan: remove counters of ipv4 and ipv6 addressesKonstantin Khlebnikov1-21/+12
2015-05-05ipvlan: Always set broadcast bit in multicast filterMahesh Bandewar1-14/+6
2015-05-05ipvlan: Defer multicast / broadcast processing to a work-queueMahesh Bandewar1-0/+5
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+19
2015-04-02ipvlan: implement ndo_get_iflinkNicolas Dichtel1-1/+8
2015-03-31ipvlan: fix check for IP addresses in control pathJiri Benc1-4/+4
2015-03-31ipvlan: do not use rcu operations for address listJiri Benc1-5/+5
2015-03-31ipvlan: fix addr hash list corruptionJiri Benc1-2/+10
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman1-1/+0
2014-12-09ipvlan: move the device check function into netdevice.hMahesh Bandewar1-5/+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-26ipvlan: fix sparse warningsMahesh Bandewar1-2/+3
2014-11-24ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar1-0/+789