Age | Commit message (Expand) | Author |
2020-05-14 | xdp: Allow bpf_xdp_adjust_tail() to grow packet size | Jesper Dangaard Brouer |
2020-05-14 | xdp: Xdp_frame add member frame_sz and handle in convert_to_xdp_frame | Jesper Dangaard Brouer |
2020-05-14 | net: XDP-generic determining XDP frame size | Jesper Dangaard Brouer |
2020-05-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-05-14 | bpf: Introduce bpf_sk_{, ancestor_}cgroup_id helpers | Andrey Ignatov |
2020-05-14 | bpf: Allow skb_ancestor_cgroup_id helper in cgroup skb | Andrey Ignatov |
2020-05-14 | bpf: Allow sk lookup helpers in cgroup skb | Andrey Ignatov |
2020-05-14 | bpf: Support narrow loads from bpf_sock_addr.user_port | Andrey Ignatov |
2020-05-14 | devlink: refactor end checks in devlink_nl_cmd_region_read_dumpit | Jakub Kicinski |
2020-05-13 | net: ignore sock_from_file errors in __scm_install_fd | Christoph Hellwig |
2020-05-11 | net: cleanly handle kernel vs user buffers for ->msg_control | Christoph Hellwig |
2020-05-11 | net/scm: cleanup scm_detach_fds | Christoph Hellwig |
2020-05-11 | net: add a CMSG_USER_DATA macro | Christoph Hellwig |
2020-05-09 | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Saeed Mahameed |
2020-05-08 | net/dst: use a smaller percpu_counter batch for dst entries accounting | Eric Dumazet |
2020-05-09 | bpf: Allow any port in bpf_bind helper | Stanislav Fomichev |
2020-05-09 | net: Refactor arguments of inet{,6}_bind | Stanislav Fomichev |
2020-05-07 | net: relax SO_TXTIME CAP_NET_ADMIN check | Eric Dumazet |
2020-05-07 | netpoll: accept NULL np argument in netpoll_send_skb() | Eric Dumazet |
2020-05-07 | netpoll: netpoll_send_skb() returns transmit status | Eric Dumazet |
2020-05-07 | netpoll: move netpoll_send_skb() out of line | Eric Dumazet |
2020-05-07 | netpoll: remove dev argument from netpoll_send_skb_on_dev() | Eric Dumazet |
2020-05-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-05-05 | neigh: send protocol value in neighbor create notification | Roman Mashak |
2020-05-04 | net: partially revert dynamic lockdep key changes | Cong Wang |
2020-05-04 | devlink: let kernel allocate region snapshot id | Jakub Kicinski |
2020-05-04 | devlink: factor out building a snapshot notification | Jakub Kicinski |
2020-05-04 | devlink: Fix reporter's recovery condition | Aya Levin |
2020-05-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-05-01 | drop_monitor: work around gcc-10 stringop-overflow warning | Arnd Bergmann |
2020-05-01 | devlink: fix return value after hitting end in region read | Jakub Kicinski |
2020-05-01 | net: fix skb_panic to output real address | Jesper Dangaard Brouer |
2020-05-01 | bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addr | Stanislav Fomichev |
2020-05-01 | net/core: Introduce netdev_get_xmit_slave | Maor Gottlieb |
2020-04-30 | docs: networking: convert pktgen.txt to ReST | Mauro Carvalho Chehab |
2020-04-29 | bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASH | Jakub Sitnicki |
2020-04-29 | netpoll: Fix use correct return type for ndo_start_xmit() | Yunjian Wang |
2020-04-28 | docs: networking: convert gen_stats.txt to ReST | Mauro Carvalho Chehab |
2020-04-28 | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/... | Daniel Borkmann |
2020-04-27 | net: rtnetlink: remove redundant assignment to variable err | Colin Ian King |
2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig |
2020-04-26 | net: bpf: Allow TC programs to call BPF_FUNC_skb_change_head | Lorenzo Colitti |
2020-04-26 | bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=n | Stanislav Fomichev |
2020-04-26 | bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT} | Stanislav Fomichev |
2020-04-25 | net: remove obsolete comment | Eric Dumazet |
2020-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-04-23 | net: napi: use READ_ONCE()/WRITE_ONCE() | Eric Dumazet |
2020-04-23 | net: napi: add hard irqs deferral feature | Eric Dumazet |
2020-04-21 | cgroup, netclassid: remove double cond_resched | Jiri Slaby |
2020-04-20 | net: Add testing sysfs attribute | Andrew Lunn |