summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-06-13net: make __sys_accept4_file() staticYajun Deng
2022-06-13tcp: sk_forced_mem_schedule() optimizationEric Dumazet
2022-06-10Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2022-06-10net: unexport __sk_mem_{raise|reduce}_allocatedEric Dumazet
2022-06-10net: keep sk->sk_forward_alloc as small as possibleEric Dumazet
2022-06-10net: add per_cpu_fw_alloc field to struct protoEric Dumazet
2022-06-10net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet
2022-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-10Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-06-10wifi: mac80211: refactor some key codeJohannes Berg
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg
2022-06-09Merge tag 'ieee802154-for-net-next-2022-06-09' of git://git.kernel.org/pub/sc...Jakub Kicinski
2022-06-09net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdevAndrea Mayer
2022-06-09net: add napi_get_frags_check() helperEric Dumazet
2022-06-09net: add debug checks in napi_consume_skb and __napi_alloc_skb()Eric Dumazet
2022-06-09net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()Eric Dumazet
2022-06-09af_unix: use DEBUG_NET_WARN_ON_ONCE()Eric Dumazet
2022-06-09net: use WARN_ON_ONCE() in sk_stream_kill_queues()Eric Dumazet
2022-06-09net: use WARN_ON_ONCE() in inet_sock_destruct()Eric Dumazet
2022-06-09net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()Eric Dumazet
2022-06-09net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()Eric Dumazet
2022-06-09drop_monitor: adopt u64_stats_tEric Dumazet
2022-06-09devlink: adopt u64_stats_tEric Dumazet
2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet
2022-06-09ip6_tunnel: use dev_sw_netstats_rx_add()Eric Dumazet
2022-06-09sit: use dev_sw_netstats_rx_add()Eric Dumazet
2022-06-09vlan: adopt u64_stats_tEric Dumazet
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-06-09tls: Rename TLS_INFO_ZC_SENDFILE to TLS_INFO_ZC_TXMaxim Mikityanskiy
2022-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-09net: 6lowpan: constify lowpan_nhc structuresAlexander Aring
2022-06-09net: 6lowpan: use array for find nhc idAlexander Aring
2022-06-09net: 6lowpan: remove const from scalarsAlexander Aring
2022-06-09Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-06-08tcp: use alloc_large_system_hash() to allocate table_perturbMuchun Song
2022-06-08net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets
2022-06-08ip_gre: test csum_start instead of transport headerWillem de Bruijn
2022-06-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-06-08ipv6: Fix signed integer overflow in l2tp_ip6_sendmsgWang Yufen
2022-06-08ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen
2022-06-08net: ipv6: unexport __init-annotated seg6_hmac_init()Masahiro Yamada
2022-06-08net: xfrm: unexport __init-annotated xfrm4_protocol_init()Masahiro Yamada
2022-06-08SUNRPC: Remove pointer type casts from xdr_get_next_encode_buffer()Chuck Lever
2022-06-08SUNRPC: Clean up xdr_get_next_encode_buffer()Chuck Lever
2022-06-08SUNRPC: Clean up xdr_commit_encode()Chuck Lever
2022-06-08SUNRPC: Optimize xdr_reserve_space()Chuck Lever
2022-06-08SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever
2022-06-08xsk: Fix handling of invalid descriptors in XSK TX batching APIMaciej Fijalkowski
2022-06-08netfilter: use get_random_u32 instead of prandomFlorian Westphal
2022-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski