summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2023-11-29xsk: Validate xsk_tx_metadata flagsStanislav Fomichev-1/+22
2023-11-29xsk: Add TX timestamp and TX checksum offload supportStanislav Fomichev-0/+129
2023-11-29xsk: Support tx_metadata_lenStanislav Fomichev-0/+2
2023-11-28net: page_pool: expose page pool stats via netlinkJakub Kicinski-6/+2
2023-11-28net: page_pool: report when page pool was destroyedJakub Kicinski-0/+1
2023-11-28net: page_pool: stash the NAPI ID for easier accessJakub Kicinski-0/+1
2023-11-28net: page_pool: record pools per netdevJakub Kicinski-0/+4
2023-11-28net: page_pool: id the page poolsJakub Kicinski-0/+4
2023-11-28neighbour: Fix __randomize_layout crash in struct neighbourGustavo A. R. Silva-1/+1
2023-11-27Merge tag 'wireless-next-2023-11-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-0/+3
2023-11-27net :mana :Add remaining GDMA stats for MANA to ethtoolShradha Gupta-13/+33
2023-11-27wifi: cfg80211: add locked debugfs wrappersJohannes Berg-0/+46
2023-11-24wifi: cfg80211: Extend support for scanning while MLO connectedIlan Peer-0/+3
2023-11-24net/smc: add sysctl for max conns per lgr for SMC-R v2.1Guangguan Wang-0/+1
2023-11-24net/smc: add sysctl for max links per lgr for SMC-R v2.1Guangguan Wang-0/+1
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+6
2023-11-21net: page_pool: avoid touching slow on the fastpathJakub Kicinski-0/+2
2023-11-21net: page_pool: split the page_pool_params into fast and slowJakub Kicinski-12/+19
2023-11-20bpf, netkit: Add indirect call wrapper for fetching peer devDaniel Borkmann-0/+6
2023-11-20ieee802154: Give the user the association listMiquel Raynal-2/+16
2023-11-20mac802154: Follow the number of associated devicesMiquel Raynal-0/+1
2023-11-20ieee802154: Add support for limiting the number of associated devicesMiquel Raynal-0/+10
2023-11-20mac802154: Handle association requests from peersMiquel Raynal-0/+13
2023-11-20ieee802154: Add support for user disassociation requestsMiquel Raynal-0/+15
2023-11-20mac802154: Handle associatingMiquel Raynal-0/+5
2023-11-20ieee802154: Add support for user association requestsMiquel Raynal-0/+43
2023-11-20ieee802154: Internal PAN managementMiquel Raynal-0/+47
2023-11-18rtnetlink: introduce nlmsg_new_large and use it in rtnl_getlinkLi RongQing-0/+14
2023-11-16vxlan: add support for flowlabel inheritAlce Lafranque-16/+28
2023-11-16Merge tag 'nf-23-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni-2/+2
2023-11-16net: sched: do not offload flows with a helper in act_ctXin Long-0/+9
2023-11-14netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter-2/+2
2023-11-08net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov-13/+17
2023-11-03net/tcp: fix possible out-of-bounds reads in tcp_hash_fail()Eric Dumazet-6/+7
2023-11-02inet: shrink struct flowi_commonEric Dumazet-1/+1
2023-11-01Merge tag 'net-next-6.7-followup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+14
2023-11-01Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds-2/+4
2023-10-30Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-9/+14
2023-10-27net/tcp: Add TCP_AO_REPAIRDmitry Safonov-0/+14
2023-10-27net/tcp: Wire up l3index to TCP-AODmitry Safonov-14/+15
2023-10-27net/tcp: Add static_key for TCP-AODmitry Safonov-8/+18
2023-10-27net/tcp: Add TCP-AO getsockopt()sDmitry Safonov-0/+12
2023-10-27net/tcp: Ignore specific ICMPs for TCP-AO connectionsDmitry Safonov-1/+10
2023-10-27net/tcp: Add tcp_hash_fail() ratelimited logsDmitry Safonov-2/+41
2023-10-27net/tcp: Add TCP-AO SNE supportDmitry Safonov-1/+21
2023-10-27net/tcp: Add TCP-AO segments countersDmitry Safonov-8/+32
2023-10-27net/tcp: Verify inbound TCP-AO signed segmentsDmitry Safonov-2/+82
2023-10-27net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov-0/+9
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov-0/+30
2023-10-27net/tcp: Add TCP-AO sign to twskDmitry Safonov-2/+9