summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2023-12-14page_pool: transition to reference count management after page drainingLiang Chen2-29/+37
2023-12-14net/sched: act_api: skip idr replace on bound actionsPedro Tammela1-1/+1
2023-12-09ipv6: do not check fib6_has_expires() in fib6_info_release()Eric Dumazet1-1/+0
2023-12-08netlink: Return unsigned value for nla_len()Kees Cook1-1/+1
2023-12-08Use READ/WRITE_ONCE() for IP local_port_range.David Laight3-7/+9
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+15
2023-12-07drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel1-0/+2
2023-12-07ipv6: add debug checks in fib6_info_release()Eric Dumazet1-1/+4
2023-12-06net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov1-0/+6
2023-12-06packet: add a generic drop reason for receiveYan Zhai1-0/+6
2023-12-06tcp: fix mid stream window clamp.Paolo Abeni1-2/+7
2023-12-05net: Add queue and napi associationAmritha Nambiar1-0/+4
2023-12-05tcp: Dump bound-only sockets in inet_diag.Guillaume Nault1-0/+2
2023-12-03netns-ipv4: reorganize netns_ipv4 fast path variablesCoco Li1-15/+32
2023-12-01Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-0/+153
2023-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-1/+48
2023-11-30tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()Kuniyuki Iwashima1-3/+10
2023-11-30tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().Kuniyuki Iwashima2-5/+2
2023-11-30tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().Kuniyuki Iwashima1-1/+1
2023-11-30tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima1-4/+2
2023-11-30net: mana: Fix spelling mistake "enforecement" -> "enforcement"Colin Ian King1-1/+1
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-30xsk: Add option to calculate TX checksum in SWStanislav Fomichev1-0/+1
2023-11-30xsk: Validate xsk_tx_metadata flagsStanislav Fomichev1-1/+22
2023-11-30xsk: Add TX timestamp and TX checksum offload supportStanislav Fomichev3-0/+129
2023-11-30xsk: Support tx_metadata_lenStanislav Fomichev2-0/+2
2023-11-28net: page_pool: expose page pool stats via netlinkJakub Kicinski1-6/+2
2023-11-28net: page_pool: report when page pool was destroyedJakub Kicinski1-0/+1
2023-11-28net: page_pool: stash the NAPI ID for easier accessJakub Kicinski1-0/+1
2023-11-28net: page_pool: record pools per netdevJakub Kicinski1-0/+4
2023-11-28net: page_pool: id the page poolsJakub Kicinski1-0/+4
2023-11-28neighbour: Fix __randomize_layout crash in struct neighbourGustavo A. R. Silva1-1/+1
2023-11-28Merge tag 'wireless-next-2023-11-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-0/+3
2023-11-27net :mana :Add remaining GDMA stats for MANA to ethtoolShradha Gupta1-13/+33
2023-11-27wifi: cfg80211: add locked debugfs wrappersJohannes Berg1-0/+46
2023-11-24wifi: cfg80211: Extend support for scanning while MLO connectedIlan Peer1-0/+3
2023-11-24net/smc: add sysctl for max conns per lgr for SMC-R v2.1Guangguan Wang1-0/+1
2023-11-24net/smc: add sysctl for max links per lgr for SMC-R v2.1Guangguan Wang1-0/+1
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2023-11-22net: page_pool: avoid touching slow on the fastpathJakub Kicinski1-0/+2
2023-11-22net: page_pool: split the page_pool_params into fast and slowJakub Kicinski1-12/+19
2023-11-20bpf, netkit: Add indirect call wrapper for fetching peer devDaniel Borkmann1-0/+6
2023-11-19rtnetlink: introduce nlmsg_new_large and use it in rtnl_getlinkLi RongQing1-0/+14
2023-11-17vxlan: add support for flowlabel inheritAlce Lafranque2-16/+28
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