summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault2020-10-041-2/+2
* net: core: add nested_level variable in net_deviceTaehee Yoo2020-09-282-19/+78
* net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-281-22/+37
* net: core: add __netdev_upper_dev_unlink()Taehee Yoo2020-09-281-10/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-09-151-9/+9
|\
| * bpf: Bpf_skc_to_* casting helpers require a NULL check on skMartin KaFai Lau2020-09-151-7/+7
| * bpf: Fix clobbering of r2 in bpf_gen_ld_absDaniel Borkmann2020-09-081-2/+2
* | ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern2020-09-141-0/+1
* | net: Fix bridge enslavement failureIdo Schimmel2020-09-101-1/+1
* | net: Correct the comment of dst_dev_put()Miaohe Lin2020-09-101-1/+1
* | fib: fix fib_rule_ops indirect call wrappers when CONFIG_IPV6=mBrian Vazquez2020-09-081-1/+1
* | Revert "netns: don't disable BHs when locking "nsid_lock""Taehee Yoo2020-09-071-11/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-035-4/+7
|\ \
| * | pktgen: fix error message with wrong function nameLeesoo Ahn2020-09-011-1/+1
| |/
| * net: Fix some commentsMiaohe Lin2020-08-271-1/+1
| * net: disable netpoll on fresh napisJakub Kicinski2020-08-262-2/+3
| * net: Get rid of consume_skb when tracing is offHerbert Xu2020-08-241-0/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-238-12/+11
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-211-6/+8
|\
| * bpf: xdp: Fix XDP mode when no mode flags specifiedAndrii Nakryiko2020-08-201-6/+8
* | net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin2020-08-181-3/+7
|/
* Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"David S. Miller2020-08-171-1/+0
* net: devlink: Remove overzealous WARN_ON with snapshotsAndrew Lunn2020-08-161-1/+1
* net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin2020-08-161-2/+2
* net: xdp: pull ethernet header off packet after computing skb->protocolJason A. Donenfeld2020-08-161-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-142-17/+66
|\
| * bpf: sock_ops sk access may stomp registers when dst_reg = src_regJohn Fastabend2020-08-131-11/+38
| * bpf: sock_ops ctx access may stomp registers in corner caseJohn Fastabend2020-08-131-2/+24
| * bpf: Fix XDP FD-based attach/detach logic around XDP_FLAGS_UPDATE_IF_NOEXISTAndrii Nakryiko2020-08-121-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-134-24/+52
|\ \
| * | net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpusEric Dumazet2020-08-121-5/+7
| * | net: Fix potential memory leak in proto_register()Miaohe Lin2020-08-111-10/+15
| |/
| * net: Use helper function ip_is_fragment()Miaohe Lin2020-08-081-1/+1
| * bpf: Change uapi for bpf iterator map elementsYonghong Song2020-08-061-8/+29
* | 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-061-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-0515-525/+1831
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-035-146/+626
| |\ \
| | * | bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko2020-08-011-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-252-13/+0
| | * | bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko2020-07-251-0/+31
| | * | bpf, xdp: Implement LINK_UPDATE for BPF XDP linkAndrii Nakryiko2020-07-251-0/+43
| | * | bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko2020-07-251-6/+163
| | * | bpf, xdp: Extract common XDP program attachment logicAndrii Nakryiko2020-07-251-74/+91
| | * | bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko2020-07-252-73/+90
| | * | bpf: Implement bpf iterator for sock local storage mapYonghong Song2020-07-251-0/+206
| * | | devlink: Pass extack when setting trap's action and group's parametersIdo Schimmel2020-08-031-3/+5