Age | Commit message (Expand) | Author |
2018-09-13 | neighbour: confirm neigh entries when ARP packet is received | Vasily Khoruzhick |
2018-09-13 | net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flags | Roopa Prabhu |
2018-09-07 | tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY | Vincent Whitchurch |
2018-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-09-02 | bpf: Fix bpf_msg_pull_data() | Tushar Dave |
2018-08-30 | notifier: Remove notifier header file wherever not used | Mukesh Ojha |
2018-08-29 | net: rtnl: return early from rtnl_unregister_all when protocol isn't registered | Sabrina Dubroca |
2018-08-29 | bpf: fix sg shift repair start offset in bpf_msg_pull_data | Daniel Borkmann |
2018-08-29 | bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_data | Daniel Borkmann |
2018-08-29 | bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_data | Daniel Borkmann |
2018-08-28 | bpf: fix several offset tests in bpf_msg_pull_data | Daniel Borkmann |
2018-08-27 | bpf: fix build error with clang | Stefan Agner |
2018-08-26 | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds |
2018-08-21 | Convert net_namespace to new IDA API | Matthew Wilcox |
2018-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-08-17 | bpf: fix redirect to map under tail calls | Daniel Borkmann |
2018-08-16 | Merge branch 'linus/master' into rdma.git for-next | Jason Gunthorpe |
2018-08-16 | net/xdp: Fix suspicious RCU usage warning | Tariq Toukan |
2018-08-16 | Merge tag 'v4.18' into rdma.git for-next | Jason Gunthorpe |
2018-08-14 | net: filter: mark expected switch fall-through | Gustavo A. R. Silva |
2018-08-14 | net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd() | Jeremy Cline |
2018-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-08-13 | bpf: Introduce bpf_skb_ancestor_cgroup_id helper | Andrey Ignatov |
2018-08-11 | net: core: protect rate estimator statistics pointer with lock | Vlad Buslov |
2018-08-11 | bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection | Martin KaFai Lau |
2018-08-11 | bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT | Martin KaFai Lau |
2018-08-11 | bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY | Martin KaFai Lau |
2018-08-11 | net: Add ID (if needed) to sock_reuseport and expose reuseport_lock | Martin KaFai Lau |
2018-08-11 | tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socket | Martin KaFai Lau |
2018-08-10 | xdp: Helpers for disabling napi_direct of xdp_return_frame | Toshiaki Makita |
2018-08-10 | bpf: Make redirect_info accessible from modules | Toshiaki Makita |
2018-08-10 | net: Export skb_headers_offset_update | Toshiaki Makita |
2018-08-10 | Revert "xdp: add NULL pointer check in __xdp_return()" | Björn Töpel |
2018-08-09 | net: allow to call netif_reset_xps_queues() under cpus_read_lock | Andrei Vagin |
2018-08-07 | flow_dissector: allow dissection of tunnel options from metadata | Simon Horman |
2018-08-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-08-06 | net: avoid unnecessary sock_flag() check when enable timestamp | Yafang Shao |
2018-08-05 | net: check extack._msg before print | Li RongQing |
2018-08-05 | net: modify skb_rbtree_purge to return the truesize of all purged skbs. | Peter Oskolkov |
2018-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2018-08-04 | net: Remove some unneeded semicolon | zhong jiang |
2018-08-03 | netfilter: nf_tables: add tunnel support | Pablo Neira Ayuso |
2018-08-03 | bpf: introduce the bpf_get_local_storage() helper function | Roman Gushchin |
2018-08-02 | net/socket: remove duplicated init code | Matthieu Baerts |
2018-08-02 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-08-02 | net: Fix coding style in skb_push() | Ganesh Goudar |
2018-07-31 | bpf: Support bpf_get_socket_cookie in more prog types | Andrey Ignatov |
2018-07-31 | lwt_bpf: remove unnecessary rcu_read_lock in run_lwt_bpf | Taehee Yoo |
2018-07-31 | bpf: add End.DT6 action to bpf_lwt_seg6_action helper | Mathieu Xhonneux |
2018-07-30 | fib_rules: NULL check before kfree is not needed | YueHaibing |