summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel2020-05-211-37/+5
* xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel2020-05-211-4/+10
* bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann2020-05-191-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-153-2/+6
|\
| * netprio_cgroup: Fix unlimited memory leak of v2 cgroupsZefan Li2020-05-091-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-05-081-1/+1
| |\
| | * bpf, sockmap: msg_pop_data can incorrecty set an sge lengthJohn Fastabend2020-05-061-1/+1
| * | net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang2020-05-071-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-154-12/+33
|\ \ \
| * | | bpf: Implement CAP_BPFAlexei Starovoitov2020-05-152-4/+4
| * | | xdp: Clear grow memory in bpf_xdp_adjust_tail()Jesper Dangaard Brouer2020-05-141-0/+4
| * | | xdp: Allow bpf_xdp_adjust_tail() to grow packet sizeJesper Dangaard Brouer2020-05-141-2/+9
| * | | xdp: Xdp_frame add member frame_sz and handle in convert_to_xdp_frameJesper Dangaard Brouer2020-05-141-0/+8
| * | | net: XDP-generic determining XDP frame sizeJesper Dangaard Brouer2020-05-141-6/+8
* | | | net: core: recursively find netdev by device nodeTobias Waldekranz2020-05-151-5/+5
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-141-26/+75
|\ \ \
| * | | bpf: Introduce bpf_sk_{, ancestor_}cgroup_id helpersAndrey Ignatov2020-05-141-9/+51
| * | | bpf: Allow skb_ancestor_cgroup_id helper in cgroup skbAndrey Ignatov2020-05-141-0/+2
| * | | bpf: Allow sk lookup helpers in cgroup skbAndrey Ignatov2020-05-141-0/+8
| * | | bpf: Support narrow loads from bpf_sock_addr.user_portAndrey Ignatov2020-05-141-8/+7
| * | | bpf: Allow any port in bpf_bind helperStanislav Fomichev2020-05-091-11/+7
| * | | net: Refactor arguments of inet{,6}_bindStanislav Fomichev2020-05-091-2/+4
* | | | devlink: refactor end checks in devlink_nl_cmd_region_read_dumpitJakub Kicinski2020-05-141-25/+16
* | | | net: ignore sock_from_file errors in __scm_install_fdChristoph Hellwig2020-05-131-1/+1
* | | | net: cleanly handle kernel vs user buffers for ->msg_controlChristoph Hellwig2020-05-111-21/+28
* | | | net/scm: cleanup scm_detach_fdsChristoph Hellwig2020-05-111-43/+51
* | | | net: add a CMSG_USER_DATA macroChristoph Hellwig2020-05-111-2/+2
* | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2020-05-091-0/+22
|\ \ \ \
| * | | | net/core: Introduce netdev_get_xmit_slaveMaor Gottlieb2020-05-011-0/+22
* | | | | net/dst: use a smaller percpu_counter batch for dst entries accountingEric Dumazet2020-05-081-4/+4
* | | | | net: relax SO_TXTIME CAP_NET_ADMIN checkEric Dumazet2020-05-071-10/+18
* | | | | netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet2020-05-071-3/+8
* | | | | netpoll: netpoll_send_skb() returns transmit statusEric Dumazet2020-05-071-4/+7
* | | | | netpoll: move netpoll_send_skb() out of lineEric Dumazet2020-05-071-2/+11
* | | | | netpoll: remove dev argument from netpoll_send_skb_on_dev()Eric Dumazet2020-05-071-4/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-064-10/+20
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | neigh: send protocol value in neighbor create notificationRoman Mashak2020-05-051-3/+3
| * | | | devlink: Fix reporter's recovery conditionAya Levin2020-05-041-2/+5
| * | | | drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann2020-05-011-4/+7
| * | | | devlink: fix return value after hitting end in region readJakub Kicinski2020-05-011-0/+5
| | |_|/ | |/| |
| * | | net: remove obsolete commentEric Dumazet2020-04-251-1/+0
* | | | net: partially revert dynamic lockdep key changesCong Wang2020-05-041-19/+71
* | | | devlink: let kernel allocate region snapshot idJakub Kicinski2020-05-041-13/+44
* | | | devlink: factor out building a snapshot notificationJakub Kicinski2020-05-041-11/+28
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-014-133/+140
|\ \ \
| * | | bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addrStanislav Fomichev2020-05-011-23/+95
| * | | bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASHJakub Sitnicki2020-04-292-2/+20
| * | | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-282-32/+23
| |\ \ \
| | * | | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-272-32/+23
| | | |/ | | |/|
| * | | net: bpf: Allow TC programs to call BPF_FUNC_skb_change_headLorenzo Colitti2020-04-261-0/+2