summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge wireless into wireless-nextKalle Valo2023-01-17176-2515/+2585
|\
| * Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()"Eric Dumazet2023-01-161-1/+0
| * wifi: mac80211: fix MLO + AP_VLAN checkFelix Fietkau2023-01-101-1/+3
| * mac80211: Fix MLO address translation for multiple bss caseSriram R2023-01-101-0/+3
| * wifi: mac80211: reset multiple BSSID options in stop_ap()Aloka Dixit2023-01-101-0/+7
| * wifi: mac80211: Fix iTXQ AMPDU fragmentation handlingAlexander Wetzel2023-01-103-14/+37
| * wifi: mac80211: sdata can be NULL during AMPDU startAlexander Wetzel2023-01-102-1/+8
| * wifi: mac80211: Proper mark iTXQs for resumptionAlexander Wetzel2023-01-105-50/+21
| * wifi: mac80211: fix initialization of rx->link and rx->link_staFelix Fietkau2023-01-101-123/+99
| * gro: take care of DODGY packetsEric Dumazet2023-01-091-2/+3
| * Merge tag 'rxrpc-fixes-20230107' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2023-01-0824-1712/+1443
| |\
| | * rxrpc: Fix incoming call setup raceDavid Howells2023-01-074-15/+15
| | * rxrpc: Move client call connection to the I/O threadDavid Howells2023-01-0613-527/+295
| | * rxrpc: Move the client conn cache management to the I/O threadDavid Howells2023-01-066-86/+62
| | * rxrpc: Remove call->state_lockDavid Howells2023-01-0612-184/+142
| | * rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells2023-01-064-111/+108
| | * rxrpc: Move call state changes from sendmsg to I/O threadDavid Howells2023-01-062-58/+61
| | * rxrpc: Wrap accesses to get call state to put the barrier in one placeDavid Howells2023-01-065-24/+38
| | * rxrpc: Split out the call state changing functions into their own fileDavid Howells2023-01-064-89/+108
| | * rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells2023-01-066-73/+75
| | * rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells2023-01-063-14/+38
| | * rxrpc: Make the set of connection IDs per local endpointDavid Howells2023-01-065-38/+35
| | * rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-0613-405/+351
| | * rxrpc: Clean up connection abortDavid Howells2023-01-067-213/+186
| | * rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells2023-01-065-6/+53
| | * rxrpc: Only disconnect calls in the I/O threadDavid Howells2023-01-064-15/+8
| | * rxrpc: Only set/transmit aborts in the I/O threadDavid Howells2023-01-066-18/+49
| | * rxrpc: Separate call retransmission from other conn eventsDavid Howells2023-01-063-30/+8
| | * rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells2023-01-063-13/+20
| | * rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells2023-01-065-23/+21
| * | tipc: fix unexpected link reset due to discovery messagesTung Nguyen2023-01-061-4/+8
| |/
| * Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-0531-281/+524
| |\
| | * caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao2023-01-051-1/+5
| | * inet: control sockets should not use current thread task_fragEric Dumazet2023-01-051-0/+1
| | * net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni2023-01-052-0/+18
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2023-01-0313-187/+268
| | |\
| | | * netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik2023-01-0210-80/+67
| | | * netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik2023-01-021-19/+21
| | | * netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso2022-12-221-18/+45
| | | * netfilter: nf_tables: perform type checking for existing setsPablo Neira Ayuso2022-12-211-1/+35
| | | * netfilter: nf_tables: add function to create set stateful expressionsPablo Neira Ayuso2022-12-211-38/+68
| | | * netfilter: nf_tables: consolidate set descriptionPablo Neira Ayuso2022-12-211-30/+28
| | | * netfilter: conntrack: fix ipv6 exthdr error checkFlorian Westphal2022-12-211-2/+5
| | * | net: sched: htb: fix htb_classify() kernel-docRandy Dunlap2023-01-021-2/+6
| | * | net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim2023-01-021-2/+2
| | * | net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim2023-01-021-1/+4
| | * | tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima2022-12-303-9/+56
| | * | net/ethtool/ioctl: split ethtool_get_phy_stats into multiple helpersDaniil Tatianin2022-12-281-33/+69
| | * | net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_statsDaniil Tatianin2022-12-281-14/+10
| | * | net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin2022-12-281-1/+2