summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-1/+1
|\
| * mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* | Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2020-08-071-0/+8
|\ \ | |/ |/|
| * net: sock: add sock_set_markAlexander Aring2020-08-061-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-0615-525/+1831
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-045-146/+626
| |\ \
| | * | bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko2020-08-021-1/+10
| | * | bpf: Expose socket storage to BPF_PROG_TYPE_CGROUP_SOCKStanislav Fomichev2020-07-312-0/+13
| | * | bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-262-13/+0
| | * | bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko2020-07-261-0/+31
| | * | bpf, xdp: Implement LINK_UPDATE for BPF XDP linkAndrii Nakryiko2020-07-261-0/+43
| | * | bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko2020-07-261-6/+163
| | * | bpf, xdp: Extract common XDP program attachment logicAndrii Nakryiko2020-07-261-74/+91
| | * | bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko2020-07-262-73/+90
| | * | bpf: Implement bpf iterator for sock local storage mapYonghong Song2020-07-261-0/+206
| * | | devlink: Pass extack when setting trap's action and group's parametersIdo Schimmel2020-08-041-3/+5
| * | | devlink: Add early_drop trapAmit Cohen2020-08-041-0/+1
| * | | fib: Fix undef compile warningYueHaibing2020-08-041-1/+1
| * | | net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin2020-08-041-2/+1
| * | | net: Use __skb_pagelen() directly in skb_cow_data()Miaohe Lin2020-08-041-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-6/+19
| |\ \ \
| * | | | fib: fix another fib_rules_ops indirect call wrapper problemBrian Vazquez2020-08-011-0/+6
| * | | | rtnetlink: add support for protodown reasonRoopa Prabhu2020-08-012-5/+133
| * | | | tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2020-08-011-1/+1
| * | | | net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin2020-08-011-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-291-4/+14
| | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-265-3/+6
| |\ \ \
| * | | | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-251-1/+1
| * | | | net: switch sock_set_timeout to sockptr_tChristoph Hellwig2020-07-251-14/+12
| * | | | net: switch sock_set_timeout to sockptr_tChristoph Hellwig2020-07-251-6/+9
| * | | | net: switch sock_setbindtodevice to sockptr_tChristoph Hellwig2020-07-251-4/+3
| * | | | net: switch copy_bpf_fprog_from_user to sockptr_tChristoph Hellwig2020-07-252-5/+7
| * | | | net/flow_dissector: add packet hash dissectionAriel Levkovich2020-07-251-0/+17
| * | | | net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean2020-07-241-5/+0
| * | | | devlink: Always use user_ptr[0] for devlink and simplify post_doitParav Pandit2020-07-231-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-181-0/+3
| | * | | | bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki2020-07-181-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-221-1/+1
| * | | | | devlink: Avoid duplicate check for reload enabled flagParav Pandit2020-07-221-1/+1
| * | | | | devlink: Do not hold devlink mutex when initializing devlink fieldsParav Pandit2020-07-221-1/+1
| * | | | | net: Call into DSA netdevice_ops wrappersFlorian Fainelli2020-07-212-0/+10
| * | | | | net: Wrap ndo_do_ioctl() to prepare for DSA stacked opsFlorian Fainelli2020-07-211-7/+17
| * | | | | net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-201-14/+0
| * | | | | net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-201-10/+0