summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2020-12-28net: neighbor: fix a crash caused by mod zeroweichenchen
2020-12-28net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tcAntoine Tenart
2020-12-28net-sysfs: take the rtnl lock when storing xps_rxqsAntoine Tenart
2020-12-28net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tcAntoine Tenart
2020-12-28net-sysfs: take the rtnl lock when storing xps_cpusAntoine Tenart
2020-12-16net: core: introduce __netdev_notify_peersLijun Pan
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-12-14net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabledTariq Toukan
2020-12-14net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
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-08bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest
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-04bpf: Expose bpf_sk_storage_* to iterator programsFlorent Revest
2020-12-04net: Remove the err argument from sock_from_fileFlorent Revest
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-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar
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