summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: add support for protodown reasonRoopa Prabhu2020-07-312-5/+133
* tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2020-07-311-1/+1
* net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin2020-07-311-2/+1
* fib: fix fib_rules_ops indirect calls wrappersBrian Vazquez2020-07-291-13/+20
* fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez2020-07-281-4/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-255-3/+6
|\
| * dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan2020-07-241-1/+1
| * flow_offload: Move rhashtable inclusion to the source fileHerbert Xu2020-07-241-0/+1
| * net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang2020-07-211-1/+1
| * udp: Copy has_conns in reuseport_grow().Kuniyuki Iwashima2020-07-211-0/+1
| * rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen2020-07-171-1/+2
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-1/+1
* | net: switch sock_set_timeout to sockptr_tChristoph Hellwig2020-07-241-14/+12
* | net: switch sock_set_timeout to sockptr_tChristoph Hellwig2020-07-241-6/+9
* | net: switch sock_setbindtodevice to sockptr_tChristoph Hellwig2020-07-241-4/+3
* | net: switch copy_bpf_fprog_from_user to sockptr_tChristoph Hellwig2020-07-242-5/+7
* | net/flow_dissector: add packet hash dissectionAriel Levkovich2020-07-241-0/+17
* | net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean2020-07-231-5/+0
* | devlink: Always use user_ptr[0] for devlink and simplify post_doitParav Pandit2020-07-221-94/+70
* | net: explicitly include <linux/compat.h> in net/core/sock.cChristoph Hellwig2020-07-221-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-222-42/+195
|\ \
| * | bpf: Make btf_sock_ids globalYonghong Song2020-07-211-28/+2
| * | bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song2020-07-211-31/+18
| * | inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-0/+3
| * | bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki2020-07-171-0/+180
| * | bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi2020-07-161-0/+9
* | | devlink: Constify devlink instance pointerParav Pandit2020-07-211-1/+1
* | | devlink: Avoid duplicate check for reload enabled flagParav Pandit2020-07-211-1/+1
* | | devlink: Do not hold devlink mutex when initializing devlink fieldsParav Pandit2020-07-211-1/+1
* | | net: Call into DSA netdevice_ops wrappersFlorian Fainelli2020-07-202-0/+10
* | | net: Wrap ndo_do_ioctl() to prepare for DSA stacked opsFlorian Fainelli2020-07-201-7/+17
* | | net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-14/+0
* | | net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-10/+0
* | | net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-191-24/+6
* | | net: simplify cBPF setsockopt compat handlingChristoph Hellwig2020-07-192-20/+33
* | | Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata2020-07-161-2/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-131-2/+8
|\ \
| * | bpf: Resolve BTF IDs in vmlinux imageJiri Olsa2020-07-131-2/+7
| * | bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev2020-07-081-0/+1
* | | devlink: Fix use-after-free when destroying health reportersIdo Schimmel2020-07-131-4/+8
* | | net: make symbol 'flush_works' staticWei Yongjun2020-07-131-1/+1
* | | net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata2020-07-131-5/+7
* | | net: core: kerneldoc fixesAndrew Lunn2020-07-131-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-117-38/+94
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-07-106-37/+93
| |\ \
| | * | cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-071-1/+1
| | * | sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-031-3/+7
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-303-33/+75
| | |\ \
| | | * | bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer2020-06-301-5/+45
| | | * | bpf: sockmap: Check value of unused args to BPF_PROG_ATTACHLorenz Bauer2020-06-301-0/+3