summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-2319-70/+120
|\
| * Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-2318-70/+119
| |\
| | * net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden2022-06-231-1/+1
| | * sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-233-3/+7
| | * Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski2022-06-231-3/+0
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-06-224-25/+27
| | |\
| | | * netfilter: nf_dup_netdev: add and use recursion counterFlorian Westphal2022-06-211-4/+15
| | | * netfilter: nf_dup_netdev: do not push mac header a second timeFlorian Westphal2022-06-211-4/+10
| | | * netfilter: cttimeout: fix slab-out-of-bounds read typo in cttimeout_net_exitFlorian Westphal2022-06-171-1/+1
| | | * netfilter: use get_random_u32 instead of prandomFlorian Westphal2022-06-082-20/+5
| | * | net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan2022-06-201-0/+3
| | * | erspan: do not assume transport header is always setEric Dumazet2022-06-202-10/+20
| | * | net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye2022-06-181-2/+2
| | * | ethtool: Fix get module eeprom fallbackIvan Vecera2022-06-181-1/+1
| | * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-06-182-13/+37
| | |\ \
| | | * | bpf: Fix request_sock leak in sk lookup helpersJon Maxwell2022-06-151-6/+28
| | | * | xsk: Fix generic transmit when completion queue reservation failsCiara Loftus2022-06-141-7/+9
| | * | | ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti2022-06-171-3/+7
| | * | | tipc: fix use-after-free Read in tipc_named_reinitHoang Le2022-06-171-2/+1
| | * | | 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-231-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-181-2/+3
* | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-187-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-171-0/+10
| * | | | | bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy2022-06-172-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-033-0/+25
| * | | | | xdp: Directly use ida_alloc()/free() APIsKe Liu2022-06-031-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-177-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
| |\ \ \ \ \