summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-06-24ip6mr: do not acquire mrt_lock in pim6_rcv()Eric Dumazet1-3/+2
2022-06-24ip6mr: ip6mr_cache_report() changesEric Dumazet1-15/+20
2022-06-24ipmr: do not acquire mrt_lock in ipmr_get_route()Eric Dumazet1-2/+0
2022-06-24ipmr: do not acquire mrt_lock while calling ip_mr_forward()Eric Dumazet1-7/+2
2022-06-24ipmr: do not acquire mrt_lock before calling ipmr_cache_unresolved()Eric Dumazet1-17/+8
2022-06-24ipmr: do not acquire mrt_lock in ioctl(SIOCGETVIFCNT)Eric Dumazet1-20/+22
2022-06-24ipmr: do not acquire mrt_lock in __pim_rcv()Eric Dumazet1-5/+5
2022-06-24ipmr: ipmr_cache_report() changesEric Dumazet1-16/+29
2022-06-24ipmr: change igmpmsg_netlink_event() prototypeEric Dumazet1-2/+2
2022-06-24ipmr: add rcu protection over (struct vif_device)->devEric Dumazet3-73/+104
2022-06-24ip6mr: do not get a device reference in pim6_rcv()Eric Dumazet1-2/+0
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-70/+120
2022-06-23Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds18-70/+119
2022-06-23net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden1-1/+1
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski3-3/+7
2022-06-23Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski1-3/+0
2022-06-23raw: remove unused variables from raw6_icmp_error()Eric Dumazet1-3/+0
2022-06-22af_unix: Remove unix_table_locks.Kuniyuki Iwashima2-41/+9
2022-06-22af_unix: Put a socket into a per-netns hash table.Kuniyuki Iwashima2-36/+23
2022-06-22af_unix: Acquire/Release per-netns hash table's locks.Kuniyuki Iwashima2-32/+66
2022-06-22af_unix: Define a per-netns hash table.Kuniyuki Iwashima1-6/+32
2022-06-22af_unix: Include the whole hash table size in UNIX_HASH_SIZE.Kuniyuki Iwashima2-13/+11
2022-06-22af_unix: Clean up some sock_net() uses.Kuniyuki Iwashima2-21/+15
2022-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski4-25/+27
2022-06-21raw: complete rcu conversionEric Dumazet2-6/+6
2022-06-21netfilter: nf_dup_netdev: add and use recursion counterFlorian Westphal1-4/+15
2022-06-21netfilter: nf_dup_netdev: do not push mac header a second timeFlorian Westphal1-4/+10
2022-06-20net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan1-0/+3
2022-06-20erspan: do not assume transport header is always setEric Dumazet2-10/+20
2022-06-20raw: Use helpers for the hlist_nulls variant.Kuniyuki Iwashima3-8/+8
2022-06-20raw: Fix mixed declarations error in raw_icmp_error().Kuniyuki Iwashima1-1/+1
2022-06-19raw: convert raw sockets to RCUEric Dumazet5-69/+69
2022-06-19raw: use more conventional iteratorsEric Dumazet3-144/+87
2022-06-18ping: convert to RCU lookups, get rid of rwlockEric Dumazet1-20/+16
2022-06-18ax25: use GFP_KERNEL in ax25_dev_device_up()Peter Lafreniere1-2/+3
2022-06-18net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye1-2/+2
2022-06-18ethtool: Fix get module eeprom fallbackIvan Vecera1-1/+1
2022-06-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski7-12/+158
2022-06-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-13/+37
2022-06-18netfilter: cttimeout: fix slab-out-of-bounds read typo in cttimeout_net_exitFlorian Westphal1-1/+1
2022-06-17Merge tag 'nfs-for-5.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+1
2022-06-17bpf: Fix bpf_skc_lookup comment wrt. return typeTobias Klauser1-2/+0
2022-06-17tipc: cleanup unused functionHoang Le2-12/+0
2022-06-17ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti1-3/+7
2022-06-17tipc: fix use-after-free Read in tipc_named_reinitHoang Le1-2/+1
2022-06-17net: fix data-race in dev_isalive()Eric Dumazet2-10/+16
2022-06-17tcp: fix build...David S. Miller1-16/+0
2022-06-17tcp: fix possible freeze in tx path under memory pressureEric Dumazet1-0/+17
2022-06-17tcp: fix possible freeze in tx path under memory pressureEric Dumazet1-4/+29
2022-06-17tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet1-3/+4