Age | Commit message (Expand) | Author |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2018-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2018-02-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2018-02-07 | netfilter: nf_flow_offload: fix use-after-free and a resource leak | Felix Fietkau |
2018-02-07 | netfilter: remove useless prototype | Taehee Yoo |
2018-02-07 | netfilter: nf_tables: fix flowtable free | Pablo Neira Ayuso |
2018-02-07 | netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_table | Pablo Neira Ayuso |
2018-02-06 | net: erspan: fix metadata extraction | William Tu |
2018-02-06 | bpf: sockmap, add sock close() hook to remove socks | John Fastabend |
2018-02-06 | net: add a UID to use for ULP socket assignment | John Fastabend |
2018-02-03 | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-01-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-01-31 | tls: Add support for encryption using async offload accelerator | Vakul Garg |
2018-01-30 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2018-01-30 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-01-29 | net_sched: plug in qdisc ops change_tx_queue_len | Cong Wang |
2018-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-01-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2018-01-25 | net: erspan: create erspan metadata uapi header | William Tu |
2018-01-25 | net: erspan: use bitfield instead of mask and offset | William Tu |
2018-01-25 | pkt_cls: add new tc cls helper to check offload flag and chain index | Jakub Kicinski |
2018-01-25 | bpf: Support passing args to sock_ops bpf function | Lawrence Brakmo |
2018-01-25 | bpf: Add write access to tcp_sock and sock fields | Lawrence Brakmo |
2018-01-25 | net: don't call update_pmtu unconditionally | Nicolas Dichtel |
2018-01-25 | net: tcp: close sock if net namespace is exiting | Dan Streetman |
2018-01-24 | Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel... | David S. Miller |
2018-01-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-01-24 | lift handling of SIOCIW... out of dev_ioctl() | Al Viro |
2018-01-24 | ip_rt_ioctl(): take copyin to caller | Al Viro |
2018-01-24 | net: erspan: fix use-after-free | William Tu |
2018-01-24 | net: sched: remove tc_cls_common_offload_init_deprecated() | Jakub Kicinski |
2018-01-24 | cls_bpf: remove gen_flags from bpf_offload | Jakub Kicinski |
2018-01-24 | net: sched: prepare for reimplementation of tc_cls_common_offload_init() | Jakub Kicinski |
2018-01-24 | net: sched: propagate extack to cls->destroy callbacks | Jakub Kicinski |
2018-01-24 | net: sched: fix TCF_LAYER_LINK case in tcf_get_base_ptr | Wolfgang Bumiller |
2018-01-23 | ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL | Ben Hutchings |
2018-01-23 | net/sched: act_csum: don't use spinlock in the fast path | Davide Caratti |
2018-01-22 | net: sched: create tc_can_offload_extack() wrapper | Quentin Monnet |
2018-01-22 | net: sched: add extack support for offload via tc_cls_common_offload | Quentin Monnet |
2018-01-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2018-01-19 | net: sched: cls: add extack support for tcf_change_indev | Alexander Aring |
2018-01-19 | net: sched: cls: add extack support for delete callback | Alexander Aring |
2018-01-19 | net: sched: cls: add extack support for tcf_exts_validate | Alexander Aring |
2018-01-19 | net: sched: cls: add extack support for change callback | Alexander Aring |
2018-01-19 | net: sched: cls: fix code style issues | Alexander Aring |
2018-01-19 | tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBR | Yuchung Cheng |
2018-01-19 | caif: reduce stack size with KASAN | Arnd Bergmann |
2018-01-19 | netfilter: nf_tables: allocate handle and delete objects via handle | Harsha Sharma |
2018-01-18 | lockdep: Convert some users to const | Matthew Wilcox |