summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | net: fix data-race in dev_isalive()Eric Dumazet2022-06-172-10/+16
| * | | | | Merge tag 'nfs-for-5.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-06-171-0/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | sunrpc: set cl_max_connect when cloning an rpc_clntScott Mayhew2022-06-071-0/+1
* | | | | | raw: remove unused variables from raw6_icmp_error()Eric Dumazet2022-06-221-3/+0
* | | | | | af_unix: Remove unix_table_locks.Kuniyuki Iwashima2022-06-222-41/+9
* | | | | | af_unix: Put a socket into a per-netns hash table.Kuniyuki Iwashima2022-06-222-36/+23
* | | | | | 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
|\| | | | |