summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-12-10rtnetlink: RCU-annotate both dimensions of rtnl_msg_handlersJakub Kicinski
2020-12-09net: flow_offload: Fix memory leak for indirect flow blockChris Mi
2020-12-09xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen
2020-12-08net: core: devlink: simplify the return expression of devlink_nl_cmd_trap_set...Zheng Yongjun
2020-12-07lwt_bpf: Replace preempt_disable() with migrate_disable()Cong Wang
2020-12-07lwt: Disable BH too in run_lwt_bpf()Dongdong Wang
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-03bpf: Adds support for setting window clampPrankur gupta
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-03net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti
2020-12-02bpf: Eliminate rlimit-based memory accounting for sockmap and sockhash mapsRoman Gushchin
2020-12-02bpf: Refine memcg-based memory accounting for sockmap and sockhash mapsRoman Gushchin
2020-12-02bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev
2020-12-01net: delete __dev_getfirstbyhwtypeVladimir Oltean
2020-12-01net: switch to storing KCOV handle directly in sk_buffMarco Elver
2020-11-30mptcp: open code mptcp variant for lock_sockPaolo Abeni
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-12-01net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel
2020-11-30xdp: Handle MEM_TYPE_XSK_BUFF_POOL correctly in xdp_return_buff()Björn Töpel
2020-11-28Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-27net/sched: fix miss init the mru in qdisc_skb_cbwenxu
2020-11-27sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn
2020-11-25devlink: Make sure devlink instance and port are in same net namespaceParav Pandit
2020-11-25devlink: Hold rtnl lock while reading netdev attributesParav Pandit
2020-11-25net: Use lockdep_assert_in_softirq() in napi_consume_skb()Yunsheng Lin
2020-11-25gro_cells: reduce number of synchronize_net() callsEric Dumazet
2020-11-24net: warn if gso_type isn't set for a GSO SKBHeiner Kallweit
2020-11-24net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel
2020-11-24devlink: Fix reload stats structureMoshe Shemesh
2020-11-24devlink: Add blackhole_nexthop trapIdo Schimmel
2020-11-20net: add annotation for sock_{lock,unlock}_fastPaolo Abeni
2020-11-19devlink: move flash end and begin to core devlinkJacob Keller
2020-11-19devlink: move request_firmware out of driverJacob Keller
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-11-18net: Have netpoll bring-up DSA management interfaceFlorian Fainelli
2020-11-18bpf, sockmap: Avoid failures from skb_to_sgvec when skb has frag_listJohn Fastabend
2020-11-18bpf, sockmap: Handle memory acct if skb_verdict prog redirects to selfJohn Fastabend
2020-11-18bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to selfJohn Fastabend
2020-11-18bpf, sockmap: Use truesize with sk_rmem_schedule()John Fastabend
2020-11-18bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirectJohn Fastabend
2020-11-17net: datagram: fix some kernel-doc markupsMauro Carvalho Chehab
2020-11-16bpf: Fix the irq and nmi check in bpf_sk_storage for tracing usageMartin KaFai Lau
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-11-14devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill()Wang Hai
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski