summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan2021-01-191-0/+5
* net: core: devlink: use right genl user_ptr when handling port param get/setOleksandr Mazur2021-01-191-2/+2
* skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin2021-01-161-1/+5
* net_sched: gen_estimator: support large ewma logEric Dumazet2021-01-151-4/+7
* net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUMTariq Toukan2021-01-141-3/+9
* net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet2021-01-141-2/+7
* net: compound page support in skb_seq_readWillem de Bruijn2021-01-111-5/+23
* net: make sure devices go through netdev_wait_all_refsJakub Kicinski2021-01-081-10/+4
* net: make free_netdev() more lenient with unregistering devicesJakub Kicinski2021-01-082-17/+17
* docs: net: explain struct net_device lifetimeJakub Kicinski2021-01-081-1/+1
* udp: Prevent reuseport_select_sock from reading uninitialized socksBaptiste Lepers2021-01-081-1/+1
* net: fix use-after-free when UDP GRO with shared fraglistDongseok Yi2021-01-081-1/+19
* 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
| |\ \ \ \ \