summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2020-12-16net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel
2020-12-08net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti
2020-12-08sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn
2020-12-08devlink: Make sure devlink instance and port are in same net namespaceParav Pandit
2020-12-08devlink: Hold rtnl lock while reading netdev attributesParav Pandit
2020-11-24bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to selfJohn Fastabend
2020-11-24bpf, sockmap: Use truesize with sk_rmem_schedule()John Fastabend
2020-11-24bpf, sockmap: On receive programs try to fast track SK_PASS ingressJohn Fastabend
2020-11-24bpf, sockmap: Skb verdict SK_PASS to self already checked rmem limitsJohn Fastabend
2020-11-24bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirectJohn Fastabend
2020-11-24net: Have netpoll bring-up DSA management interfaceFlorian Fainelli
2020-11-24Exempt multicast addresses from five-second neighbor lifetimeJeff Dike
2020-11-24devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill()Wang Hai
2020-11-18devlink: Avoid overwriting port attributes of registered portParav Pandit
2020-11-10net: core: use list_del_init() instead of list_del() in netdev_run_todo()Taehee Yoo
2020-10-29bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanupJohn Fastabend
2020-10-29net: Properly typecast int values to set sk_max_pacing_rateKe Li
2020-10-29socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabledChristian Eggers
2020-10-29socket: fix option SO_TIMESTAMPING_NEWChristian Eggers
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-10-04net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault
2020-10-01bpf: Fix "unresolved symbol" build error with resolve_btfidsYonghong Song
2020-09-28net: core: add nested_level variable in net_deviceTaehee Yoo
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo
2020-09-28net: core: add __netdev_upper_dev_unlink()Taehee Yoo
2020-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-09-15bpf: Bpf_skc_to_* casting helpers require a NULL check on skMartin KaFai Lau
2020-09-14ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern
2020-09-10net: Fix bridge enslavement failureIdo Schimmel
2020-09-10net: Correct the comment of dst_dev_put()Miaohe Lin
2020-09-08fib: fix fib_rule_ops indirect call wrappers when CONFIG_IPV6=mBrian Vazquez
2020-09-08bpf: Fix clobbering of r2 in bpf_gen_ld_absDaniel Borkmann
2020-09-07Revert "netns: don't disable BHs when locking "nsid_lock""Taehee Yoo
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-01pktgen: fix error message with wrong function nameLeesoo Ahn
2020-08-27net: Fix some commentsMiaohe Lin
2020-08-26net: disable netpoll on fresh napisJakub Kicinski
2020-08-24net: Get rid of consume_skb when tracing is offHerbert Xu
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-08-20bpf: xdp: Fix XDP mode when no mode flags specifiedAndrii Nakryiko
2020-08-18net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin
2020-08-17Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"David S. Miller
2020-08-16net: devlink: Remove overzealous WARN_ON with snapshotsAndrew Lunn
2020-08-16net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin
2020-08-16net: xdp: pull ethernet header off packet after computing skb->protocolJason A. Donenfeld
2020-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-13bpf: sock_ops sk access may stomp registers when dst_reg = src_regJohn Fastabend
2020-08-13bpf: sock_ops ctx access may stomp registers in corner caseJohn Fastabend