summaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
AgeCommit message (Expand)Author
2019-04-03gtp: change NET_UDP_TUNNEL dependency to selectMatteo Croce
2018-05-28virtio_net: Extend virtio to use VF datapath when availableSridhar Samudrala
2018-05-28net: Introduce net_failover driverSridhar Samudrala
2018-04-27geneve: fix build with modular IPV6Tobias Regnery
2018-03-29netdevsim: Add simple FIB resource controller via devlinkDavid Ahern
2018-02-27ipvlan: fix building with modular IPV6Arnd Bergmann
2018-02-21ipvlan: selects master_l3 device instead of depending on itMatteo Croce
2018-02-21ipvlan: drop ipv6 dependencyMatteo Croce
2017-12-03netdevsim: add software driver for testing offloadsJakub Kicinski
2017-10-02net: Add support for networking over Thunderbolt cableAmir Levy
2017-08-24x86/lguest: Remove lguest supportJuergen Gross
2017-04-24VSOCK: Add vsockmon deviceGerard Garcia
2017-02-17vmxnet3: prevent building with 64K pagesArnd Bergmann
2017-02-11ipvtap: IP-VLAN based tap driverSainath Grandhi
2017-02-11tap: tap as an independent moduleSainath Grandhi
2017-02-08gro_cells: move to net/core/gro_cells.cEric Dumazet
2016-09-20ipvlan: Fix dependency issueMahesh Bandewar
2016-09-19ipvlan: Introduce l3s modeMahesh Bandewar
2016-05-10gtp: add initial driver for datapath of GPRS Tunneling Protocol (GTP-U)Pablo Neira
2016-04-26net: dummy: remove note about being Y by defaultIvan Babrou
2016-04-17macsec: fix crypto Kconfig dependencyArnd Bergmann
2016-03-13macsec: introduce IEEE 802.1AE driverSabrina Dubroca
2015-10-13net: Add IPv6 support to VRF deviceDavid Ahern
2015-09-29net: Add support for l3mdev ops to VRF driverDavid Ahern
2015-08-27geneve: Consolidate Geneve functionality in single module.Pravin B Shelar
2015-08-24fjes: Introduce FUJITSU Extended Socket Network Device driverTaku Izumi
2015-08-20virtio_net: use DECLARE_EWMAJohannes Berg
2015-08-13net: Introduce VRF device driverDavid Ahern
2015-07-04Merge tag 'ntb-4.2' of git://github.com/jonmason/ntbLinus Torvalds
2015-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2015-07-02NTB: Move files in preparation for NTB abstractionAllen Hubbe
2015-06-01macvtap/tun: cross-endian support for little-endian hostsGreg Kurz
2015-05-13geneve: add initial netdev driver for GENEVE tunnelsJohn W. Linville
2015-02-20ipvlan: Fix text that talks about ip util supportMahesh Bandewar
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar
2014-11-29ipvlan: ipvlan depends on INET and IPV6Mahesh Bandewar
2014-11-24ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar
2014-10-30drivers/net: macvtap and tun depend on INETBen Hutchings
2014-10-07openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou
2014-07-14vxlan: Call udp_sock_createTom Herbert
2014-03-17netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)Eric W. Biederman
2014-02-13net: fix macvtap type name in KconfigJan Luebbe
2014-01-17virtio-net: fix build error when CONFIG_AVERAGE is not enabledMichael Dalton
2013-06-24packet: nlmon: virtual netlink monitoring device for packet socketsDaniel Borkmann
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings
2013-03-26VXLAN: Fix vxlan stats handling.Pravin B Shelar
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-02-23vxlan: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-02-21Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-01-17net: Add support for NTB virtual ethernet deviceJon Mason