summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* af_unix: Acquire/Release per-netns hash table's locks.Kuniyuki Iwashima2022-06-222-32/+66
* af_unix: Define a per-netns hash table.Kuniyuki Iwashima2022-06-221-6/+32
* af_unix: Include the whole hash table size in UNIX_HASH_SIZE.Kuniyuki Iwashima2022-06-222-13/+11
* af_unix: Clean up some sock_net() uses.Kuniyuki Iwashima2022-06-222-21/+15
* raw: complete rcu conversionEric Dumazet2022-06-212-6/+6
* raw: Use helpers for the hlist_nulls variant.Kuniyuki Iwashima2022-06-203-8/+8
* raw: Fix mixed declarations error in raw_icmp_error().Kuniyuki Iwashima2022-06-201-1/+1
* raw: convert raw sockets to RCUEric Dumazet2022-06-195-69/+69
* raw: use more conventional iteratorsEric Dumazet2022-06-193-144/+87
* ping: convert to RCU lookups, get rid of rwlockEric Dumazet2022-06-181-20/+16
* ax25: use GFP_KERNEL in ax25_dev_device_up()Peter Lafreniere2022-06-171-2/+3
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-177-12/+158
|\
| * bpf: Fix bpf_skc_lookup comment wrt. return typeTobias Klauser2022-06-171-2/+0
| * bpf: Allow the new syncookie helpers to work with SKBsMaxim Mikityanskiy2022-06-161-0/+10
| * bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy2022-06-162-1/+120
| * bpf, test_run: Remove unnecessary prog type checksDaniel Xu2022-06-031-6/+0
| * bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen2022-06-023-0/+25
| * xdp: Directly use ida_alloc()/free() APIsKe Liu2022-06-021-3/+3
* | tipc: cleanup unused functionHoang Le2022-06-172-12/+0
* | tcp: fix build...David S. Miller2022-06-171-16/+0
* | tcp: fix possible freeze in tx path under memory pressureEric Dumazet2022-06-171-0/+17
* | tcp: fix possible freeze in tx path under memory pressureEric Dumazet2022-06-171-4/+29
* | tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet2022-06-171-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-167-426/+135
|\ \
| * \ Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-165-410/+110
| |\ \
| | * | Revert "net: Add a second bind table hashed by port and address"Joanne Koong2022-06-164-405/+82
| | * | net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsgDuoming Zhou2022-06-151-5/+28
| * | | Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-06-102-16/+25
| |\ \ \ | | |/ / | |/| |
| | * | SUNRPC: Remove pointer type casts from xdr_get_next_encode_buffer()Chuck Lever2022-06-081-4/+4
| | * | SUNRPC: Clean up xdr_get_next_encode_buffer()Chuck Lever2022-06-081-3/+5
| | * | SUNRPC: Clean up xdr_commit_encode()Chuck Lever2022-06-081-1/+1
| | * | SUNRPC: Optimize xdr_reserve_space()Chuck Lever2022-06-081-7/+10
| | * | SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever2022-06-081-1/+5
| | * | SUNRPC: Trap RDMA segment overflowsChuck Lever2022-06-021-2/+2
* | | | net: don't check skb_count twiceSieng Piaw Liew2022-06-151-3/+4
* | | | net: bridge: allow add/remove permanent mdb entries on disabled portsCasper Andersson2022-06-151-6/+9
* | | | ethtool: Fix and simplify ethtool_convert_link_mode_to_legacy_u32()Marco Bonelli2022-06-131-15/+2
* | | | net: make __sys_accept4_file() staticYajun Deng2022-06-131-9/+6
* | | | tcp: sk_forced_mem_schedule() optimizationEric Dumazet2022-06-131-3/+6
* | | | net: unexport __sk_mem_{raise|reduce}_allocatedEric Dumazet2022-06-101-2/+0
* | | | net: keep sk->sk_forward_alloc as small as possibleEric Dumazet2022-06-1010-45/+5
* | | | net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-1011-0/+39
* | | | net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet2022-06-107-23/+23
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-102-4/+5
|\| | |
| * | | net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdevAndrea Mayer2022-06-091-0/+1
| * | | tls: Rename TLS_INFO_ZC_SENDFILE to TLS_INFO_ZC_TXMaxim Mikityanskiy2022-06-091-4/+4
* | | | Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-06-1014-430/+80
|\ \ \ \
| * | | | wifi: mac80211: refactor some key codeJohannes Berg2022-06-102-33/+41
| * | | | wifi: mac80211: remove cipher scheme supportJohannes Berg2022-06-1014-397/+39
* | | | | Merge tag 'ieee802154-for-net-next-2022-06-09' of git://git.kernel.org/pub/sc...Jakub Kicinski2022-06-0915-214/+48
|\ \ \ \ \