summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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: flow_dissector: Parse PTP L2 packet headerEran Ben Elisha2021-01-141-0/+16
* | | net: core: use eth_type_vlan in __netif_receive_skb_coreMenglong Dong2021-01-131-4/+2
* | | net-gro: remove GRO_DROPEric Dumazet2021-01-091-11/+0
| |/ |/|
* | skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon2021-01-071-1/+1
* | skbuff: add flags to ubuf_info for ubuf setupJonathan Lemon2021-01-071-0/+1
* | net: group skb_shinfo zerocopy related bits together.Jonathan Lemon2021-01-071-5/+4
* | skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon2021-01-071-15/+15
* | skbuff: Call skb_zcopy_clear() before unref'ing fragmentsJonathan Lemon2021-01-071-1/+2
* | skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon2021-01-071-7/+5
* | skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon2021-01-071-1/+2
* | skbuff: replace sock_zerocopy_get with skb_zcopy_getJonathan Lemon2021-01-071-1/+1
* | skbuff: replace sock_zerocopy_put() with skb_zcopy_put()Jonathan Lemon2021-01-071-8/+1
* | skbuff: Push status and refcounts into sock_zerocopy_callbackJonathan Lemon2021-01-071-3/+11
* | skbuff: simplify sock_zerocopy_putJonathan Lemon2021-01-071-6/+2
* | udp_tunnel: hard-wire NDOs to udp_tunnel_nic_*_port() helpersJakub Kicinski2021-01-071-1/+1
|/
* 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