summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2020-05-19net: unexport skb_gro_receive()Eric Dumazet
2020-05-17net: allow __skb_ext_alloc to sleepFlorian Westphal
2020-05-16netns: enable to inherit devconf from current netnsNicolas Dichtel
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-15net: core: recursively find netdev by device nodeTobias Waldekranz
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-05-14xdp: Clear grow memory in bpf_xdp_adjust_tail()Jesper Dangaard Brouer
2020-05-14xdp: Allow bpf_xdp_adjust_tail() to grow packet sizeJesper Dangaard Brouer
2020-05-14xdp: Xdp_frame add member frame_sz and handle in convert_to_xdp_frameJesper Dangaard Brouer
2020-05-14net: XDP-generic determining XDP frame sizeJesper Dangaard Brouer
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-14bpf: Introduce bpf_sk_{, ancestor_}cgroup_id helpersAndrey Ignatov
2020-05-14bpf: Allow skb_ancestor_cgroup_id helper in cgroup skbAndrey Ignatov
2020-05-14bpf: Allow sk lookup helpers in cgroup skbAndrey Ignatov
2020-05-14bpf: Support narrow loads from bpf_sock_addr.user_portAndrey Ignatov
2020-05-14devlink: refactor end checks in devlink_nl_cmd_region_read_dumpitJakub Kicinski
2020-05-13net: ignore sock_from_file errors in __scm_install_fdChristoph Hellwig
2020-05-11net: cleanly handle kernel vs user buffers for ->msg_controlChristoph Hellwig
2020-05-11net/scm: cleanup scm_detach_fdsChristoph Hellwig
2020-05-11net: add a CMSG_USER_DATA macroChristoph Hellwig
2020-05-09netprio_cgroup: Fix unlimited memory leak of v2 cgroupsZefan Li
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2020-05-08net/dst: use a smaller percpu_counter batch for dst entries accountingEric Dumazet
2020-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-05-09bpf: Allow any port in bpf_bind helperStanislav Fomichev
2020-05-09net: Refactor arguments of inet{,6}_bindStanislav Fomichev
2020-05-07net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang
2020-05-07net: relax SO_TXTIME CAP_NET_ADMIN checkEric Dumazet
2020-05-07netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet
2020-05-07netpoll: netpoll_send_skb() returns transmit statusEric Dumazet
2020-05-07netpoll: move netpoll_send_skb() out of lineEric Dumazet
2020-05-07netpoll: remove dev argument from netpoll_send_skb_on_dev()Eric Dumazet
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-06bpf, sockmap: msg_pop_data can incorrecty set an sge lengthJohn Fastabend
2020-05-05neigh: send protocol value in neighbor create notificationRoman Mashak
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2020-05-04devlink: let kernel allocate region snapshot idJakub Kicinski
2020-05-04devlink: factor out building a snapshot notificationJakub Kicinski
2020-05-04devlink: Fix reporter's recovery conditionAya Levin
2020-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-01drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann
2020-05-01devlink: fix return value after hitting end in region readJakub Kicinski
2020-05-01net: fix skb_panic to output real addressJesper Dangaard Brouer
2020-05-01bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addrStanislav Fomichev
2020-05-01net/core: Introduce netdev_get_xmit_slaveMaor Gottlieb
2020-04-30docs: networking: convert pktgen.txt to ReSTMauro Carvalho Chehab
2020-04-29bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASHJakub Sitnicki
2020-04-29netpoll: Fix use correct return type for ndo_start_xmit()Yunjian Wang
2020-04-28docs: networking: convert gen_stats.txt to ReSTMauro Carvalho Chehab