summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2024-02-16netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso1-2/+14
2024-02-16wifi: cfg80211: detect stuck ECSA element in probe respJohannes Berg1-0/+4
2024-02-05af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet1-6/+14
2024-02-05netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso1-0/+2
2024-02-05ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel1-1/+1
2024-02-01xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski1-0/+26
2024-02-01xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski1-0/+1
2024-02-01net/sched: flower: Fix chain template offloadIdo Schimmel1-0/+4
2024-02-01rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells1-4/+11
2024-02-01udp: fix busy pollingEric Dumazet2-6/+17
2024-02-01llc: Drop support for ETH_P_TR_802_2.Kuniyuki Iwashima1-4/+2
2024-02-01tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao1-0/+8
2024-01-26net: netdev_queue: netdev_txq_completed_mb(): fix wake conditionMarc Kleine-Budde1-1/+1
2024-01-26Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz1-1/+0
2024-01-26virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov1-1/+1
2024-01-04net/tcp: Only produce AO/MD5 logs if there are any keysDmitry Safonov2-5/+23
2023-12-29Merge tag 'nf-23-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller1-1/+1
2023-12-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-0/+5
2023-12-21net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern1-51/+13
2023-12-20netfilter: nf_tables: set transport offset from mac header for netdev/egressPablo Neira Ayuso1-1/+1
2023-12-15Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao1-0/+5
2023-12-15Bluetooth: hci_core: Fix hci_conn_hash_lookup_cisLuiz Augusto von Dentz1-2/+2
2023-12-14bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend1-0/+5
2023-12-11net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov1-0/+10
2023-12-08net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski2-6/+10
2023-12-07drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel1-0/+2
2023-12-06net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov1-0/+6
2023-12-06tcp: fix mid stream window clamp.Paolo Abeni1-2/+7
2023-11-30Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-0/+46
2023-11-30Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+1
2023-11-30bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend1-0/+1
2023-11-28neighbour: Fix __randomize_layout crash in struct neighbourGustavo A. R. Silva1-1/+1
2023-11-27wifi: cfg80211: add locked debugfs wrappersJohannes Berg1-0/+46
2023-11-20bpf, netkit: Add indirect call wrapper for fetching peer devDaniel Borkmann1-0/+6
2023-11-16Merge tag 'nf-23-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-2/+2
2023-11-16net: sched: do not offload flows with a helper in act_ctXin Long1-0/+9
2023-11-14netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter1-2/+2
2023-11-09net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov1-13/+17
2023-11-03net/tcp: fix possible out-of-bounds reads in tcp_hash_fail()Eric Dumazet1-6/+7
2023-11-02inet: shrink struct flowi_commonEric Dumazet1-1/+1
2023-11-02Merge tag 'net-next-6.7-followup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-9/+14
2023-11-02Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-2/+4
2023-10-31Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski3-9/+14
2023-10-27net/tcp: Add TCP_AO_REPAIRDmitry Safonov1-0/+14
2023-10-27net/tcp: Wire up l3index to TCP-AODmitry Safonov2-14/+15
2023-10-27net/tcp: Add static_key for TCP-AODmitry Safonov2-8/+18
2023-10-27net/tcp: Add TCP-AO getsockopt()sDmitry Safonov1-0/+12
2023-10-27net/tcp: Ignore specific ICMPs for TCP-AO connectionsDmitry Safonov1-1/+10
2023-10-27net/tcp: Add tcp_hash_fail() ratelimited logsDmitry Safonov2-2/+41
2023-10-27net/tcp: Add TCP-AO SNE supportDmitry Safonov1-1/+21