Age | Commit message (Expand) | Author |
2022-06-13 | net: make __sys_accept4_file() static | Yajun Deng |
2022-06-13 | tcp: sk_forced_mem_schedule() optimization | Eric Dumazet |
2022-06-10 | Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds |
2022-06-10 | net: unexport __sk_mem_{raise|reduce}_allocated | Eric Dumazet |
2022-06-10 | net: keep sk->sk_forward_alloc as small as possible | Eric Dumazet |
2022-06-10 | net: add per_cpu_fw_alloc field to struct proto | Eric Dumazet |
2022-06-10 | net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT | Eric Dumazet |
2022-06-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-06-10 | Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke... | Jakub Kicinski |
2022-06-10 | wifi: mac80211: refactor some key code | Johannes Berg |
2022-06-10 | wifi: mac80211: remove cipher scheme support | Johannes Berg |
2022-06-09 | Merge tag 'ieee802154-for-net-next-2022-06-09' of git://git.kernel.org/pub/sc... | Jakub Kicinski |
2022-06-09 | net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdev | Andrea Mayer |
2022-06-09 | net: add napi_get_frags_check() helper | Eric Dumazet |
2022-06-09 | net: add debug checks in napi_consume_skb and __napi_alloc_skb() | Eric Dumazet |
2022-06-09 | net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state() | Eric Dumazet |
2022-06-09 | af_unix: use DEBUG_NET_WARN_ON_ONCE() | Eric Dumazet |
2022-06-09 | net: use WARN_ON_ONCE() in sk_stream_kill_queues() | Eric Dumazet |
2022-06-09 | net: use WARN_ON_ONCE() in inet_sock_destruct() | Eric Dumazet |
2022-06-09 | net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit() | Eric Dumazet |
2022-06-09 | net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock() | Eric Dumazet |
2022-06-09 | drop_monitor: adopt u64_stats_t | Eric Dumazet |
2022-06-09 | devlink: adopt u64_stats_t | Eric Dumazet |
2022-06-09 | net: adopt u64_stats_t in struct pcpu_sw_netstats | Eric Dumazet |
2022-06-09 | ip6_tunnel: use dev_sw_netstats_rx_add() | Eric Dumazet |
2022-06-09 | sit: use dev_sw_netstats_rx_add() | Eric Dumazet |
2022-06-09 | vlan: adopt u64_stats_t | Eric Dumazet |
2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski |
2022-06-09 | tls: Rename TLS_INFO_ZC_SENDFILE to TLS_INFO_ZC_TX | Maxim Mikityanskiy |
2022-06-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-06-09 | net: 6lowpan: constify lowpan_nhc structures | Alexander Aring |
2022-06-09 | net: 6lowpan: use array for find nhc id | Alexander Aring |
2022-06-09 | net: 6lowpan: remove const from scalars | Alexander Aring |
2022-06-09 | Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-06-08 | tcp: use alloc_large_system_hash() to allocate table_perturb | Muchun Song |
2022-06-08 | net: openvswitch: fix misuse of the cached connection on tuple changes | Ilya Maximets |
2022-06-08 | ip_gre: test csum_start instead of transport header | Willem de Bruijn |
2022-06-08 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski |
2022-06-08 | ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg | Wang Yufen |
2022-06-08 | ipv6: Fix signed integer overflow in __ip6_append_data | Wang Yufen |
2022-06-08 | net: ipv6: unexport __init-annotated seg6_hmac_init() | Masahiro Yamada |
2022-06-08 | net: xfrm: unexport __init-annotated xfrm4_protocol_init() | Masahiro Yamada |
2022-06-08 | SUNRPC: Remove pointer type casts from xdr_get_next_encode_buffer() | Chuck Lever |
2022-06-08 | SUNRPC: Clean up xdr_get_next_encode_buffer() | Chuck Lever |
2022-06-08 | SUNRPC: Clean up xdr_commit_encode() | Chuck Lever |
2022-06-08 | SUNRPC: Optimize xdr_reserve_space() | Chuck Lever |
2022-06-08 | SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer() | Chuck Lever |
2022-06-08 | xsk: Fix handling of invalid descriptors in XSK TX batching API | Maciej Fijalkowski |
2022-06-08 | netfilter: use get_random_u32 instead of prandom | Florian Westphal |
2022-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski |