aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-06-29bpf: expose bpf_{g,s}etsockopt to lsm cgroupGravatar Stanislav Fomichev 1-7/+53
2022-06-28bpf: Fix sockmap calling sleepable function in teardown pathGravatar John Fastabend 1-1/+1
2022-06-23bpf: Require only one of cong_avoid() and cong_control() from a TCP CCGravatar Jörn-Thorben Hinz 1-33/+0
2022-06-23bpf: Allow a TCP CC to write sk_pacing_rate and sk_pacing_statusGravatar Jörn-Thorben Hinz 1-0/+6
2022-06-20skmsg: Get rid of unncessary memset()Gravatar Cong Wang 1-10/+13
2022-06-20skmsg: Get rid of skb_clone()Gravatar Cong Wang 2-6/+2
2022-06-20net: Introduce a new proto_ops ->read_skb()Gravatar Cong Wang 6-43/+25
2022-06-20tcp: Introduce tcp_read_skb()Gravatar Cong Wang 1-0/+47
2022-06-20raw: Use helpers for the hlist_nulls variant.Gravatar Kuniyuki Iwashima 3-8/+8
2022-06-20raw: Fix mixed declarations error in raw_icmp_error().Gravatar Kuniyuki Iwashima 1-1/+1
2022-06-19raw: convert raw sockets to RCUGravatar Eric Dumazet 5-69/+69
2022-06-19raw: use more conventional iteratorsGravatar Eric Dumazet 3-144/+87
2022-06-18ping: convert to RCU lookups, get rid of rwlockGravatar Eric Dumazet 1-20/+16
2022-06-17ax25: use GFP_KERNEL in ax25_dev_device_up()Gravatar Peter Lafreniere 1-2/+3
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 7-12/+158
2022-06-17bpf: Fix bpf_skc_lookup comment wrt. return typeGravatar Tobias Klauser 1-2/+0
2022-06-17tipc: cleanup unused functionGravatar Hoang Le 2-12/+0
2022-06-17tcp: fix build...Gravatar David S. Miller 1-16/+0
2022-06-17tcp: fix possible freeze in tx path under memory pressureGravatar Eric Dumazet 1-0/+17
2022-06-17tcp: fix possible freeze in tx path under memory pressureGravatar Eric Dumazet 1-4/+29
2022-06-17tcp: fix over estimation in sk_forced_mem_schedule()Gravatar Eric Dumazet 1-3/+4
2022-06-16bpf: Allow the new syncookie helpers to work with SKBsGravatar Maxim Mikityanskiy 1-0/+10
2022-06-16bpf: Add helpers to issue and check SYN cookies in XDPGravatar Maxim Mikityanskiy 2-1/+120
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 7-426/+135
2022-06-16Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 5-410/+110
2022-06-16Revert "net: Add a second bind table hashed by port and address"Gravatar Joanne Koong 4-405/+82
2022-06-15net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsgGravatar Duoming Zhou 1-5/+28
2022-06-15net: don't check skb_count twiceGravatar Sieng Piaw Liew 1-3/+4
2022-06-15net: bridge: allow add/remove permanent mdb entries on disabled portsGravatar Casper Andersson 1-6/+9
2022-06-13ethtool: Fix and simplify ethtool_convert_link_mode_to_legacy_u32()Gravatar Marco Bonelli 1-15/+2
2022-06-13net: make __sys_accept4_file() staticGravatar Yajun Deng 1-9/+6
2022-06-13tcp: sk_forced_mem_schedule() optimizationGravatar Eric Dumazet 1-3/+6
2022-06-10Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Gravatar Linus Torvalds 2-16/+25
2022-06-10net: unexport __sk_mem_{raise|reduce}_allocatedGravatar Eric Dumazet 1-2/+0
2022-06-10net: keep sk->sk_forward_alloc as small as possibleGravatar Eric Dumazet 10-45/+5
2022-06-10net: add per_cpu_fw_alloc field to struct protoGravatar Eric Dumazet 11-0/+39
2022-06-10net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTGravatar Eric Dumazet 7-23/+23
2022-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-4/+5
2022-06-10Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Jakub Kicinski 14-430/+80
2022-06-10wifi: mac80211: refactor some key codeGravatar Johannes Berg 2-33/+41
2022-06-10wifi: mac80211: remove cipher scheme supportGravatar Johannes Berg 14-397/+39
2022-06-09Merge tag 'ieee802154-for-net-next-2022-06-09' of git://git.kernel.org/pub/sc...Gravatar Jakub Kicinski 15-214/+48
2022-06-09net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdevGravatar Andrea Mayer 1-0/+1
2022-06-09net: add napi_get_frags_check() helperGravatar Eric Dumazet 1-0/+18
2022-06-09net: add debug checks in napi_consume_skb and __napi_alloc_skb()Gravatar Eric Dumazet 1-1/+2
2022-06-09net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()Gravatar Eric Dumazet 1-1/+1
2022-06-09af_unix: use DEBUG_NET_WARN_ON_ONCE()Gravatar Eric Dumazet 1-4/+4
2022-06-09net: use WARN_ON_ONCE() in sk_stream_kill_queues()Gravatar Eric Dumazet 1-3/+3
2022-06-09net: use WARN_ON_ONCE() in inet_sock_destruct()Gravatar Eric Dumazet 1-4/+4
2022-06-09net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()Gravatar Eric Dumazet 1-1/+1