summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-06-28bpf: Fix sockmap calling sleepable function in teardown pathJohn Fastabend
2022-06-23bpf: Require only one of cong_avoid() and cong_control() from a TCP CCJörn-Thorben Hinz
2022-06-23bpf: Allow a TCP CC to write sk_pacing_rate and sk_pacing_statusJörn-Thorben Hinz
2022-06-20skmsg: Get rid of unncessary memset()Cong Wang
2022-06-20skmsg: Get rid of skb_clone()Cong Wang
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang
2022-06-20tcp: Introduce tcp_read_skb()Cong Wang
2022-06-20raw: Use helpers for the hlist_nulls variant.Kuniyuki Iwashima
2022-06-20raw: Fix mixed declarations error in raw_icmp_error().Kuniyuki Iwashima
2022-06-19raw: convert raw sockets to RCUEric Dumazet
2022-06-19raw: use more conventional iteratorsEric Dumazet
2022-06-18ping: convert to RCU lookups, get rid of rwlockEric Dumazet
2022-06-17ax25: use GFP_KERNEL in ax25_dev_device_up()Peter Lafreniere
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-06-17bpf: Fix bpf_skc_lookup comment wrt. return typeTobias Klauser
2022-06-17tipc: cleanup unused functionHoang Le
2022-06-17tcp: fix build...David S. Miller
2022-06-17tcp: fix possible freeze in tx path under memory pressureEric Dumazet
2022-06-17tcp: fix possible freeze in tx path under memory pressureEric Dumazet
2022-06-17tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet
2022-06-16bpf: Allow the new syncookie helpers to work with SKBsMaxim Mikityanskiy
2022-06-16bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-16Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong
2022-06-15net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsgDuoming Zhou
2022-06-15net: don't check skb_count twiceSieng Piaw Liew
2022-06-15net: bridge: allow add/remove permanent mdb entries on disabled portsCasper Andersson
2022-06-13ethtool: Fix and simplify ethtool_convert_link_mode_to_legacy_u32()Marco Bonelli
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