summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: neighbor: fix a crash caused by mod zeroweichenchen2020-12-281-4/+2
* net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tcAntoine Tenart2020-12-281-5/+18
* net-sysfs: take the rtnl lock when storing xps_rxqsAntoine Tenart2020-12-281-0/+7
* net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tcAntoine Tenart2020-12-281-7/+22
* net-sysfs: take the rtnl lock when storing xps_cpusAntoine Tenart2020-12-281-0/+6
* net: core: introduce __netdev_notify_peersLijun Pan2020-12-161-2/+20
* Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-1516-164/+449
|\
| * net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabledTariq Toukan2020-12-141-0/+5
| * net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin2020-12-141-0/+6
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-145-11/+22
| |\
| | * bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest2020-12-081-0/+18
| | * bpf: Expose bpf_sk_storage_* to iterator programsFlorent Revest2020-12-041-0/+1
| | * net: Remove the err argument from sock_from_fileFlorent Revest2020-12-043-11/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-114-31/+38
| |\ \
| * | | rtnetlink: RCU-annotate both dimensions of rtnl_msg_handlersJakub Kicinski2020-12-101-11/+13
| * | | net: core: devlink: simplify the return expression of devlink_nl_cmd_trap_set...Zheng Yongjun2020-12-081-6/+1
| | |/ | |/|
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-046-55/+109
| |\ \
| | * | bpf: Adds support for setting window clampPrankur gupta2020-12-031-0/+3
| | * | bpf: Eliminate rlimit-based memory accounting for sockmap and sockhash mapsRoman Gushchin2020-12-021-27/+6
| | * | bpf: Refine memcg-based memory accounting for sockmap and sockhash mapsRoman Gushchin2020-12-021-4/+5
| | * | bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev2020-12-021-0/+4
| | * | xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-012-2/+3
| | * | net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-012-11/+20
| | * | net: Introduce preferred busy-pollingBjörn Töpel2020-12-012-15/+72
| | * | bpf: Fix the irq and nmi check in bpf_sk_storage for tracing usageMartin KaFai Lau2020-11-161-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-032-6/+5
| |\ \ \
| * | | | net: delete __dev_getfirstbyhwtypeVladimir Oltean2020-12-011-13/+0
| * | | | net: switch to storing KCOV handle directly in sk_buffMarco Elver2020-12-011-6/+0
| * | | | mptcp: open code mptcp variant for lock_sockPaolo Abeni2020-11-301-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-273-19/+46
| |\ \ \ \
| * | | | | net/sched: fix miss init the mru in qdisc_skb_cbwenxu2020-11-271-0/+2
| * | | | | net: Use lockdep_assert_in_softirq() in napi_consume_skb()Yunsheng Lin2020-11-251-0/+2
| * | | | | net: warn if gso_type isn't set for a GSO SKBHeiner Kallweit2020-11-241-0/+5
| * | | | | devlink: Add blackhole_nexthop trapIdo Schimmel2020-11-241-0/+1
| * | | | | net: add annotation for sock_{lock,unlock}_fastPaolo Abeni2020-11-201-1/+2
| * | | | | devlink: move flash end and begin to core devlinkJacob Keller2020-11-191-4/+6
| * | | | | devlink: move request_firmware out of driverJacob Keller2020-11-191-5/+21
| * | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-194-19/+98
| |\ \ \ \ \
| * | | | | | net: datagram: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-173-4/+4
| * | | | | | treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-162-8/+8
| | |_|_|/ / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-143-42/+217
| |\ \ \ \ \
| | * | | | | net: page_pool: Add bulk support for ptr_ringLorenzo Bianconi2020-11-142-17/+62
| | * | | | | net: xdp: Introduce bulking for xdp tx return pathLorenzo Bianconi2020-11-141-0/+59
| | * | | | | bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau2020-11-121-0/+74
| | * | | | | bpf: Rename some functions in bpf_sk_storageMartin KaFai Lau2020-11-121-19/+19
| | * | | | | bpf: Folding omem_charge() into sk_storage_charge()Martin KaFai Lau2020-11-121-13/+10
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-121-2/+6
| |\ \ \ \ \ \
| * | | | | | | net: skb_vlan_untag(): don't reset transport offset if set by GRO layerAlexander Lobakin2020-11-091-1/+2
| * | | | | | | net: core: add dev_get_tstats64 as a ndo_get_stats64 implementationHeiner Kallweit2020-11-091-0/+15
| * | | | | | | net: core: fix spelling typo in flow_dissector.cWang Qing2020-11-071-1/+1