| Commit message (Expand) | Author | Age | Files | Lines |
* | netdevsim: add software driver for testing offloads | Jakub Kicinski | 2017-12-03 | 1 | -0/+11 |
* | net: Add support for networking over Thunderbolt cable | Amir Levy | 2017-10-02 | 1 | -0/+12 |
* | x86/lguest: Remove lguest support | Juergen Gross | 2017-08-24 | 1 | -1/+1 |
* | VSOCK: Add vsockmon device | Gerard Garcia | 2017-04-24 | 1 | -0/+8 |
* | vmxnet3: prevent building with 64K pages | Arnd Bergmann | 2017-02-17 | 1 | -0/+3 |
* | ipvtap: IP-VLAN based tap driver | Sainath Grandhi | 2017-02-11 | 1 | -0/+13 |
* | tap: tap as an independent module | Sainath Grandhi | 2017-02-11 | 1 | -0/+7 |
* | gro_cells: move to net/core/gro_cells.c | Eric Dumazet | 2017-02-08 | 1 | -0/+3 |
* | ipvlan: Fix dependency issue | Mahesh Bandewar | 2016-09-20 | 1 | -0/+1 |
* | ipvlan: Introduce l3s mode | Mahesh Bandewar | 2016-09-19 | 1 | -0/+1 |
* | gtp: add initial driver for datapath of GPRS Tunneling Protocol (GTP-U) | Pablo Neira | 2016-05-10 | 1 | -0/+17 |
* | net: dummy: remove note about being Y by default | Ivan Babrou | 2016-04-26 | 1 | -3/+2 |
* | macsec: fix crypto Kconfig dependency | Arnd Bergmann | 2016-04-17 | 1 | -0/+1 |
* | macsec: introduce IEEE 802.1AE driver | Sabrina Dubroca | 2016-03-13 | 1 | -0/+7 |
* | net: Add IPv6 support to VRF device | David Ahern | 2015-10-13 | 1 | -1/+3 |
* | net: Add support for l3mdev ops to VRF driver | David Ahern | 2015-09-29 | 1 | -0/+1 |
* | geneve: Consolidate Geneve functionality in single module. | Pravin B Shelar | 2015-08-27 | 1 | -2/+2 |
* | fjes: Introduce FUJITSU Extended Socket Network Device driver | Taku Izumi | 2015-08-24 | 1 | -0/+7 |
* | virtio_net: use DECLARE_EWMA | Johannes Berg | 2015-08-20 | 1 | -1/+0 |
* | net: Introduce VRF device driver | David Ahern | 2015-08-13 | 1 | -0/+7 |
* | Merge tag 'ntb-4.2' of git://github.com/jonmason/ntb | Linus Torvalds | 2015-07-04 | 1 | -2/+2 |
|\ |
|
| * | NTB: Move files in preparation for NTB abstraction | Allen Hubbe | 2015-07-02 | 1 | -2/+2 |
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2015-07-03 | 1 | -0/+14 |
|\ \ |
|
| * | | macvtap/tun: cross-endian support for little-endian hosts | Greg Kurz | 2015-06-01 | 1 | -0/+14 |
| |/ |
|
* / | geneve: add initial netdev driver for GENEVE tunnels | John W. Linville | 2015-05-13 | 1 | -0/+14 |
|/ |
|
* | ipvlan: Fix text that talks about ip util support | Mahesh Bandewar | 2015-02-20 | 1 | -1/+1 |
* | rcu: Make SRCU optional by using CONFIG_SRCU | Pranith Kumar | 2015-01-06 | 1 | -0/+1 |
* | ipvlan: ipvlan depends on INET and IPV6 | Mahesh Bandewar | 2014-11-29 | 1 | -0/+2 |
* | ipvlan: Initial check-in of the IPVLAN driver. | Mahesh Bandewar | 2014-11-24 | 1 | -0/+18 |
* | drivers/net: macvtap and tun depend on INET | Ben Hutchings | 2014-10-30 | 1 | -0/+2 |
* | openvswitch: fix a compilation error when CONFIG_INET is not setW! | Andy Zhou | 2014-10-07 | 1 | -1/+0 |
* | vxlan: Call udp_sock_create | Tom Herbert | 2014-07-14 | 1 | -0/+1 |
* | netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP) | Eric W. Biederman | 2014-03-17 | 1 | -5/+0 |
* | net: fix macvtap type name in Kconfig | Jan Luebbe | 2014-02-13 | 1 | -1/+1 |
* | virtio-net: fix build error when CONFIG_AVERAGE is not enabled | Michael Dalton | 2014-01-17 | 1 | -0/+1 |
* | packet: nlmon: virtual netlink monitoring device for packet sockets | Daniel Borkmann | 2013-06-24 | 1 | -0/+10 |
* | net: Move MII out from under NET_CORE and hide it | Ben Hutchings | 2013-06-19 | 1 | -7/+3 |
* | VXLAN: Fix vxlan stats handling. | Pravin B Shelar | 2013-03-26 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-02-26 | 1 | -1/+1 |
|\ |
|
| * | vxlan: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2013-02-23 | 1 | -1/+1 |
* | | Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-02-21 | 1 | -0/+4 |
|\ \ |
|
| * | | net: Add support for NTB virtual ethernet device | Jon Mason | 2013-01-17 | 1 | -0/+4 |
| |/ |
|
* / | drivers/net: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2013-01-11 | 1 | -5/+4 |
|/ |
|
* | vxlan: Depend on CONFIG_INET | David S. Miller | 2012-10-02 | 1 | -1/+1 |
* | vxlan: virtual extensible lan | stephen hemminger | 2012-10-01 | 1 | -0/+13 |
* | drivers/ieee802154: move ieee802154 drivers to net folder | alex.bluesman.smirnov@gmail.com | 2012-08-30 | 1 | -2/+2 |
* | tokenring: delete all remaining driver support | Paul Gortmaker | 2012-05-15 | 1 | -2/+0 |
* | dummy: documentation is stale | Alan Cox | 2012-05-15 | 1 | -4/+1 |
* | Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-01-09 | 1 | -0/+2 |
|\ |
|
| * | staging: hv: move hv_netvsc out of staging area | Haiyang Zhang | 2011-11-29 | 1 | -0/+2 |