summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2020-12-08net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti1-0/+3
2020-12-08sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn1-1/+1
2020-12-08devlink: Make sure devlink instance and port are in same net namespaceParav Pandit1-1/+2
2020-12-08devlink: Hold rtnl lock while reading netdev attributesParav Pandit1-0/+4
2020-11-24bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to selfJohn Fastabend1-19/+53
2020-11-24bpf, sockmap: Use truesize with sk_rmem_schedule()John Fastabend1-1/+1
2020-11-24bpf, sockmap: On receive programs try to fast track SK_PASS ingressJohn Fastabend1-2/+15
2020-11-24bpf, sockmap: Skb verdict SK_PASS to self already checked rmem limitsJohn Fastabend1-9/+6
2020-11-24bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirectJohn Fastabend1-4/+16
2020-11-24net: Have netpoll bring-up DSA management interfaceFlorian Fainelli1-4/+18
2020-11-24Exempt multicast addresses from five-second neighbor lifetimeJeff Dike1-0/+2
2020-11-24devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill()Wang Hai1-2/+4
2020-11-18devlink: Avoid overwriting port attributes of registered portParav Pandit1-2/+6
2020-11-10net: core: use list_del_init() instead of list_del() in netdev_run_todo()Taehee Yoo1-1/+1
2020-10-29bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanupJohn Fastabend1-7/+7
2020-10-29net: Properly typecast int values to set sk_max_pacing_rateKe Li2-2/+3
2020-10-29socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabledChristian Eggers1-1/+0
2020-10-29socket: fix option SO_TIMESTAMPING_NEWChristian Eggers1-7/+3
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+6
2020-10-05net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault1-2/+2
2020-10-01bpf: Fix "unresolved symbol" build error with resolve_btfidsYonghong Song1-0/+6
2020-09-29net: core: add nested_level variable in net_deviceTaehee Yoo2-19/+78
2020-09-29net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo1-22/+37
2020-09-29net: core: add __netdev_upper_dev_unlink()Taehee Yoo1-10/+16
2020-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-9/+9
2020-09-16bpf: Bpf_skc_to_* casting helpers require a NULL check on skMartin KaFai Lau1-7/+7
2020-09-15ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern1-0/+1
2020-09-11net: Fix bridge enslavement failureIdo Schimmel1-1/+1
2020-09-10net: Correct the comment of dst_dev_put()Miaohe Lin1-1/+1
2020-09-09fib: fix fib_rule_ops indirect call wrappers when CONFIG_IPV6=mBrian Vazquez1-1/+1
2020-09-08bpf: Fix clobbering of r2 in bpf_gen_ld_absDaniel Borkmann1-2/+2
2020-09-08Revert "netns: don't disable BHs when locking "nsid_lock""Taehee Yoo1-11/+11
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-4/+7
2020-09-01pktgen: fix error message with wrong function nameLeesoo Ahn1-1/+1
2020-08-27net: Fix some commentsMiaohe Lin1-1/+1
2020-08-27net: disable netpoll on fresh napisJakub Kicinski2-2/+3
2020-08-25net: Get rid of consume_skb when tracing is offHerbert Xu1-0/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva8-12/+11
2020-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-6/+8
2020-08-21bpf: xdp: Fix XDP mode when no mode flags specifiedAndrii Nakryiko1-6/+8
2020-08-19net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin1-3/+7
2020-08-17Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"David S. Miller1-1/+0
2020-08-17net: devlink: Remove overzealous WARN_ON with snapshotsAndrew Lunn1-1/+1
2020-08-17net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin1-2/+2
2020-08-17net: xdp: pull ethernet header off packet after computing skb->protocolJason A. Donenfeld1-0/+1
2020-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-17/+66
2020-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-24/+52
2020-08-13bpf: sock_ops sk access may stomp registers when dst_reg = src_regJohn Fastabend1-11/+38
2020-08-13bpf: sock_ops ctx access may stomp registers in corner caseJohn Fastabend1-2/+24
2020-08-13bpf: Fix XDP FD-based attach/detach logic around XDP_FLAGS_UPDATE_IF_NOEXISTAndrii Nakryiko1-4/+4