summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2024-02-27net: dsa: add support for phylink managed EEERussell King (Oracle)
2024-02-27net: add helpers for EEE configurationRussell King (Oracle)
2024-01-04net/tcp: Only produce AO/MD5 logs if there are any keysDmitry Safonov
2023-12-29Merge tag 'nf-23-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller
2023-12-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2023-12-21net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern
2023-12-20netfilter: nf_tables: set transport offset from mac header for netdev/egressPablo Neira Ayuso
2023-12-15Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao
2023-12-15Bluetooth: hci_core: Fix hci_conn_hash_lookup_cisLuiz Augusto von Dentz
2023-12-13bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend
2023-12-11net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov
2023-12-08net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski
2023-12-07drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel
2023-12-06net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov
2023-12-05tcp: fix mid stream window clamp.Paolo Abeni
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-11-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-11-30bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend
2023-11-28neighbour: Fix __randomize_layout crash in struct neighbourGustavo A. R. Silva
2023-11-27wifi: cfg80211: add locked debugfs wrappersJohannes Berg
2023-11-20bpf, netkit: Add indirect call wrapper for fetching peer devDaniel Borkmann
2023-11-16Merge tag 'nf-23-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2023-11-16net: sched: do not offload flows with a helper in act_ctXin Long
2023-11-14netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter
2023-11-08net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov
2023-11-03net/tcp: fix possible out-of-bounds reads in tcp_hash_fail()Eric Dumazet
2023-11-02inet: shrink struct flowi_commonEric Dumazet
2023-11-01Merge tag 'net-next-6.7-followup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-11-01Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds
2023-10-30Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2023-10-27net/tcp: Add TCP_AO_REPAIRDmitry Safonov
2023-10-27net/tcp: Wire up l3index to TCP-AODmitry Safonov
2023-10-27net/tcp: Add static_key for TCP-AODmitry Safonov
2023-10-27net/tcp: Add TCP-AO getsockopt()sDmitry Safonov
2023-10-27net/tcp: Ignore specific ICMPs for TCP-AO connectionsDmitry Safonov
2023-10-27net/tcp: Add tcp_hash_fail() ratelimited logsDmitry Safonov
2023-10-27net/tcp: Add TCP-AO SNE supportDmitry Safonov
2023-10-27net/tcp: Add TCP-AO segments countersDmitry Safonov
2023-10-27net/tcp: Verify inbound TCP-AO signed segmentsDmitry Safonov
2023-10-27net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov
2023-10-27net/tcp: Add TCP-AO sign to twskDmitry Safonov
2023-10-27net/tcp: Add AO sign to RST packetsDmitry Safonov
2023-10-27net/tcp: Add tcp_parse_auth_options()Dmitry Safonov
2023-10-27net/tcp: Add TCP-AO sign to outgoing packetsDmitry Safonov
2023-10-27net/tcp: Calculate TCP-AO traffic keysDmitry Safonov
2023-10-27net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov
2023-10-27net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov
2023-10-27net/tcp: Add TCP-AO config and structuresDmitry Safonov
2023-10-27net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov