summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-0/+6
2020-10-04net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault-2/+2
2020-10-01bpf: Fix "unresolved symbol" build error with resolve_btfidsYonghong Song-0/+6
2020-09-28net: core: add nested_level variable in net_deviceTaehee Yoo-19/+78
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo-22/+37
2020-09-28net: core: add __netdev_upper_dev_unlink()Taehee Yoo-10/+16
2020-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-9/+9
2020-09-15bpf: Bpf_skc_to_* casting helpers require a NULL check on skMartin KaFai Lau-7/+7
2020-09-14ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern-0/+1
2020-09-10net: Fix bridge enslavement failureIdo Schimmel-1/+1
2020-09-10net: Correct the comment of dst_dev_put()Miaohe Lin-1/+1
2020-09-08fib: fix fib_rule_ops indirect call wrappers when CONFIG_IPV6=mBrian Vazquez-1/+1
2020-09-08bpf: Fix clobbering of r2 in bpf_gen_ld_absDaniel Borkmann-2/+2
2020-09-07Revert "netns: don't disable BHs when locking "nsid_lock""Taehee Yoo-11/+11
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-4/+7
2020-09-01pktgen: fix error message with wrong function nameLeesoo Ahn-1/+1
2020-08-27net: Fix some commentsMiaohe Lin-1/+1
2020-08-26net: disable netpoll on fresh napisJakub Kicinski-2/+3
2020-08-24net: Get rid of consume_skb when tracing is offHerbert Xu-0/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-12/+11
2020-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-6/+8
2020-08-20bpf: xdp: Fix XDP mode when no mode flags specifiedAndrii Nakryiko-6/+8
2020-08-18net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin-3/+7
2020-08-17Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"David S. Miller-1/+0
2020-08-16net: devlink: Remove overzealous WARN_ON with snapshotsAndrew Lunn-1/+1
2020-08-16net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin-2/+2
2020-08-16net: xdp: pull ethernet header off packet after computing skb->protocolJason A. Donenfeld-0/+1
2020-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-17/+66
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-24/+52
2020-08-13bpf: sock_ops sk access may stomp registers when dst_reg = src_regJohn Fastabend-11/+38
2020-08-13bpf: sock_ops ctx access may stomp registers in corner caseJohn Fastabend-2/+24
2020-08-12bpf: Fix XDP FD-based attach/detach logic around XDP_FLAGS_UPDATE_IF_NOEXISTAndrii Nakryiko-4/+4
2020-08-12net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpusEric Dumazet-5/+7
2020-08-11net: Fix potential memory leak in proto_register()Miaohe Lin-10/+15
2020-08-08net: Use helper function ip_is_fragment()Miaohe Lin-1/+1
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-1/+1
2020-08-06Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds-0/+8
2020-08-06bpf: Change uapi for bpf iterator map elementsYonghong Song-8/+29
2020-08-06net: sock: add sock_set_markAlexander Aring-0/+8
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-525/+1831
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds-0/+1
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-40/+31
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-146/+626
2020-08-03devlink: Pass extack when setting trap's action and group's parametersIdo Schimmel-3/+5
2020-08-03devlink: Add early_drop trapAmit Cohen-0/+1
2020-08-03fib: Fix undef compile warningYueHaibing-1/+1
2020-08-03net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin-2/+1
2020-08-03net: Use __skb_pagelen() directly in skb_cow_data()Miaohe Lin-1/+1
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+9