summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2020-07-26bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko1-0/+31
2020-07-26bpf, xdp: Implement LINK_UPDATE for BPF XDP linkAndrii Nakryiko1-0/+43
2020-07-26bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko1-6/+163
2020-07-26bpf, xdp: Extract common XDP program attachment logicAndrii Nakryiko1-74/+91
2020-07-26bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko2-73/+90
2020-07-26bpf: Implement bpf iterator for sock local storage mapYonghong Song1-0/+206
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-3/+6
2020-07-25dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan1-1/+1
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-1/+1
2020-07-25net: switch sock_set_timeout to sockptr_tChristoph Hellwig1-14/+12
2020-07-25net: switch sock_set_timeout to sockptr_tChristoph Hellwig1-6/+9
2020-07-25net: switch sock_setbindtodevice to sockptr_tChristoph Hellwig1-4/+3
2020-07-25net: switch copy_bpf_fprog_from_user to sockptr_tChristoph Hellwig2-5/+7
2020-07-25net/flow_dissector: add packet hash dissectionAriel Levkovich1-0/+17
2020-07-25flow_offload: Move rhashtable inclusion to the source fileHerbert Xu1-0/+1
2020-07-24net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean1-5/+0
2020-07-23devlink: Always use user_ptr[0] for devlink and simplify post_doitParav Pandit1-94/+70
2020-07-22net: explicitly include <linux/compat.h> in net/core/sock.cChristoph Hellwig1-0/+1
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-42/+195
2020-07-22Merge branch 'sched/urgent'Peter Zijlstra7-38/+94
2020-07-22devlink: Constify devlink instance pointerParav Pandit1-1/+1
2020-07-22devlink: Avoid duplicate check for reload enabled flagParav Pandit1-1/+1
2020-07-22devlink: Do not hold devlink mutex when initializing devlink fieldsParav Pandit1-1/+1
2020-07-22net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang1-1/+1
2020-07-22udp: Copy has_conns in reuseport_grow().Kuniyuki Iwashima1-0/+1
2020-07-21bpf: Make btf_sock_ids globalYonghong Song1-28/+2
2020-07-21bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song1-31/+18
2020-07-21net: Call into DSA netdevice_ops wrappersFlorian Fainelli2-0/+10
2020-07-21net: Wrap ndo_do_ioctl() to prepare for DSA stacked opsFlorian Fainelli1-7/+17
2020-07-20net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-14/+0
2020-07-20net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig1-10/+0
2020-07-20net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-24/+6
2020-07-20net: simplify cBPF setsockopt compat handlingChristoph Hellwig2-20/+33
2020-07-18inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki1-0/+3
2020-07-18bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki1-0/+180
2020-07-17rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen1-1/+2
2020-07-17Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata1-2/+2
2020-07-16bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi1-0/+9
2020-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+8
2020-07-14devlink: Fix use-after-free when destroying health reportersIdo Schimmel1-4/+8
2020-07-14net: make symbol 'flush_works' staticWei Yongjun1-1/+1
2020-07-14net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata1-5/+7
2020-07-14net: core: kerneldoc fixesAndrew Lunn1-0/+1
2020-07-13fs: Add receive_fd() wrapper for __receive_fd()Kees Cook1-1/+1
2020-07-13fs: Move __scm_install_fd() to __receive_fd()Kees Cook1-26/+1
2020-07-13net/scm: Regularize compat handling of scm_detach_fds()Kees Cook1-16/+11
2020-07-13net/compat: Add missing sock updates for SCM_RIGHTSKees Cook1-0/+21
2020-07-13bpf: Resolve BTF IDs in vmlinux imageJiri Olsa1-2/+7
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-38/+94
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-37/+93