summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault2020-05-261-16/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-242-10/+36
|\
| * flow_dissector: Drop BPF flow dissector prog ref on netns cleanupJakub Sitnicki2020-05-211-5/+21
| * __netif_receive_skb_core: pass skb by referenceBoris Sukholitko2020-05-191-5/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-222-40/+15
|\ \
| * | xdp: Simplify xdp_return_{frame, frame_rx_napi, buff}Björn Töpel2020-05-211-12/+9
| * | 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
* | | net: flow_offload: simplify hw stats check handlingEdward Cree2020-05-221-0/+6
* | | vxlan: ecmp support for mac fdb entriesRoopa Prabhu2020-05-221-0/+2
* | | net: unexport skb_gro_receive()Eric Dumazet2020-05-191-2/+0
* | | net: allow __skb_ext_alloc to sleepFlorian Westphal2020-05-171-3/+5
* | | netns: enable to inherit devconf from current netnsNicolas Dichtel2020-05-161-1/+3
|/ /
* | 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