Age | Commit message (Expand) | Author | Files | Lines |
2017-06-15 | tls: kernel TLS support | Dave Watson | 1 | -0/+1 |
2017-02-17 | bpf: make jited programs visible in traces | Daniel Borkmann | 1 | -1/+2 |
2017-02-08 | gro_cells: move to net/core/gro_cells.c | Eric Dumazet | 1 | -0/+4 |
2017-02-03 | net: Introduce ife encapsulation module | Yotam Gigi | 1 | -0/+1 |
2017-01-24 | net: Introduce psample, a new genetlink channel for packet sampling | Yotam Gigi | 1 | -0/+1 |
2017-01-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+0 |
2017-01-11 | cgroup: move CONFIG_SOCK_CGROUP_DATA to init/Kconfig | Arnd Bergmann | 1 | -4/+0 |
2017-01-09 | smc: establish new socket family | Ursula Braun | 1 | -0/+1 |
2016-12-02 | bpf: BPF for lightweight tunnel infrastructure | Thomas Graf | 1 | -0/+8 |
2016-08-17 | strparser: Stream parser for messages | Tom Herbert | 1 | -0/+1 |
2016-07-19 | net/ncsi: Resource management | Gavin Shan | 1 | -0/+1 |
2016-05-16 | bpf: add generic constant blinding for use in jits | Daniel Borkmann | 1 | -2/+5 |
2016-05-16 | bpf: split HAVE_BPF_JIT into cBPF and eBPF variant | Daniel Borkmann | 1 | -3/+11 |
2016-05-08 | net: Add Qualcomm IPC router | Courtney Cavin | 1 | -0/+1 |
2016-03-21 | Make DST_CACHE a silent config option | Dave Jones | 1 | -1/+1 |
2016-03-14 | net: add a hardware buffer management helper API | Gregory CLEMENT | 1 | -0/+3 |
2016-03-09 | kcm: Kernel Connection Multiplexor module | Tom Herbert | 1 | -0/+1 |
2016-03-03 | net: mellanox: add DEVLINK dependencies | Arnd Bergmann | 1 | -0/+9 |
2016-03-01 | Introduce devlink infrastructure | Jiri Pirko | 1 | -0/+7 |
2016-02-16 | net: add dst_cache support | Paolo Abeni | 1 | -0/+4 |
2016-01-10 | net, sched: add clsact qdisc | Daniel Borkmann | 1 | -0/+3 |
2015-12-08 | net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct | Tejun Heo | 1 | -0/+6 |
2015-09-29 | net: Introduce L3 Master device abstraction | David Ahern | 1 | -0/+1 |
2015-07-21 | lwtunnel: infrastructure for handling light weight tunnels like mpls | Roopa Prabhu | 1 | -0/+7 |
2015-05-14 | net: add CONFIG_NET_INGRESS to enable ingress filtering | Pablo Neira | 1 | -0/+3 |
2015-01-07 | kconfig: use bool instead of boolean for type definition attributes | Christoph Jaeger | 1 | -7/+7 |
2014-12-02 | net: introduce generic switch devices support | Jiri Pirko | 1 | -0/+1 |
2014-10-27 | bpf: split eBPF out of NET | Alexei Starovoitov | 1 | -1/+1 |
2014-10-10 | net: bpf: fix bpf syscall dependence on anon_inodes | Alexei Starovoitov | 1 | -0/+1 |
2014-09-30 | netfilter: bridge: build br_nf_core only if required | Florian Westphal | 1 | -1/+1 |
2014-09-26 | netfilter: bridge: move br_netfilter out of the core | Pablo Neira Ayuso | 1 | -3/+4 |
2014-07-12 | 6lowpan: introduce new net/6lowpan directory | Alexander Aring | 1 | -0/+1 |
2014-04-03 | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 1 | -1/+1 |
2014-04-01 | net: ptp: move PTP classifier in its own file | Daniel Borkmann | 1 | -0/+4 |
2014-02-08 | cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid... | Tejun Heo | 1 | -1/+1 |
2014-01-03 | net: netprio: rename config to be more consistent with cgroup configs | Daniel Borkmann | 1 | -2/+2 |
2014-01-03 | net: net_cls: move cgroupfs classid handling into core | Daniel Borkmann | 1 | -0/+7 |
2013-11-21 | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanly | Yuanhan Liu | 1 | -2/+2 |
2013-11-03 | net/hsr: Add support for the High-availability Seamless Redundancy protocol (... | Arvid Brodin | 1 | -0/+1 |
2013-09-13 | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 1 | -1/+1 |
2013-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2013-08-01 | net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL | Cong Wang | 1 | -1/+1 |
2013-07-30 | pktgen: Require CONFIG_INET due to use of IPv4 checksum function | Thomas Graf | 1 | -1/+1 |
2013-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+17 |
2013-06-17 | net: remove NET_LL_RX_POLL config menue | Eliezer Tamir | 1 | -9/+2 |
2013-06-17 | net: convert low latency sockets to sched_clock() | Eliezer Tamir | 1 | -1/+0 |
2013-06-10 | net: add low latency socket poll | Eliezer Tamir | 1 | -0/+12 |
2013-06-05 | net: core: move mac_pton() to lib/net_utils.c | Andy Shevchenko | 1 | -0/+1 |
2013-05-27 | MPLS: Add limited GSO support | Simon Horman | 1 | -0/+1 |
2013-05-20 | rps: selective flow shedding during softnet overflow | Willem de Bruijn | 1 | -0/+12 |