summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | wifi: mac80211: Fix ack frame idr leak when mesh has no routeNicolas Cavallari2022-11-021-1/+1
| | * | | | wifi: mac80211: fix general-protection-fault in ieee80211_subif_start_xmit()Zhengchao Shao2022-11-021-0/+5
| | * | | | wifi: cfg80211: Fix bitrates overflow issuePaul Zhang2022-10-211-2/+4
| | * | | | wifi: cfg80211: fix memory leak in query_regdb_file()Arend van Spriel2022-10-211-3/+9
| | * | | | wifi: mac80211: fix memory free error when registering wiphy failtaozhang2022-10-211-2/+6
| | * | | | wifi: cfg80211: silence a sparse RCU warningJohannes Berg2022-10-211-1/+3
| * | | | | net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc2022-11-041-17/+19
| * | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-043-11/+11
| |\ \ \ \ \
| | * | | | | bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang2022-11-032-8/+6
| | * | | | | bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queuesWang Yufen2022-11-011-3/+5
* | | | | | | genetlink: fix single op policy dump when do is presentJakub Kicinski2022-11-101-9/+21
* | | | | | | devlink: Fix warning when unregistering a portIdo Schimmel2022-11-101-2/+2
* | | | | | | ethtool: ethtool_get_drvinfo: populate drvinfo fields even if callback exitsVincent Mailhol2022-11-101-3/+10
* | | | | | | gro: avoid checking for a failed searchRichard Gobert2022-11-101-35/+35
* | | | | | | devlink: Add packet traps for 802.1X operationIdo Schimmel2022-11-101-0/+3
* | | | | | | bridge: switchdev: Reflect MAB bridge port flag to device driversIdo Schimmel2022-11-101-1/+1
* | | | | | | bridge: switchdev: Allow device drivers to install locked FDB entriesHans J. Schultz2022-11-104-4/+27
* | | | | | | bridge: switchdev: Let device drivers determine FDB offload indicationIdo Schimmel2022-11-101-1/+1
* | | | | | | net: devlink: move netdev notifier block to dest namespace during reloadJiri Pirko2022-11-091-1/+4
* | | | | | | net: introduce a helper to move notifier block to different namespaceJiri Pirko2022-11-091-4/+18
* | | | | | | genetlink: correctly begin the iteration over policiesJakub Kicinski2022-11-091-1/+3
* | | | | | | Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-11-0929-1709/+1562
|\ \ \ \ \ \ \
| * | | | | | | rxrpc: Allocate an skcipher each time needed rather than reusingDavid Howells2022-11-082-26/+28
| * | | | | | | rxrpc: Fix congestion managementDavid Howells2022-11-0810-20/+59
| * | | | | | | rxrpc: Remove the rxtx ringDavid Howells2022-11-082-39/+0
| * | | | | | | rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells2022-11-086-116/+181
| * | | | | | | rxrpc: Remove call->lockDavid Howells2022-11-085-32/+3
| * | | | | | | rxrpc: Don't use a ring buffer for call Tx queueDavid Howells2022-11-0811-423/+309
| * | | | | | | rxrpc: Get rid of the Rx ringDavid Howells2022-11-0810-199/+279
| * | | | | | | rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells2022-11-087-410/+240
| * | | | | | | rxrpc: Split the rxrpc_recvmsg tracepointDavid Howells2022-11-081-19/+18
| * | | | | | | rxrpc: Clean up ACK handlingDavid Howells2022-11-0810-122/+50
| * | | | | | | rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells2022-11-089-256/+250
| * | | | | | | rxrpc: Define rxrpc_txbuf struct to carry data to be transmittedDavid Howells2022-11-084-1/+156
| * | | | | | | rxrpc: Remove call->tx_phaseDavid Howells2022-11-084-7/+1
| * | | | | | | rxrpc: Remove the flags from the rxrpc_skb tracepointDavid Howells2022-11-083-15/+7
| * | | | | | | rxrpc: Remove unnecessary header inclusionsDavid Howells2022-11-081-14/+0
| * | | | | | | rxrpc: Call udp_sendmsg() directlyDavid Howells2022-11-082-10/+28
| * | | | | | | rxrpc: Use the core ICMP/ICMP6 parsersDavid Howells2022-11-083-217/+42
| * | | | | | | net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells2022-11-086-57/+24
| * | | | | | | rxrpc: Fix ack.bufferSize to be 0 when generating an ackDavid Howells2022-11-081-1/+1
| * | | | | | | rxrpc: Record stats for why the REQUEST-ACK flag is being setDavid Howells2022-11-083-0/+17
| * | | | | | | rxrpc: Record statistics about ACK typesDavid Howells2022-11-085-1/+48
| * | | | | | | rxrpc: Add stats procfile and DATA packet statsDavid Howells2022-11-087-0/+78
| * | | | | | | rxrpc: Track highest acked serialDavid Howells2022-11-082-0/+5
| * | | | | | | rxrpc: Split call timer-expiration from call timer-set tracepointDavid Howells2022-11-081-1/+1
| * | | | | | | rxrpc: Trace setting of the request-ack flagDavid Howells2022-11-081-9/+23
* | | | | | | | net/core: Allow live renaming when an interface is upAndy Ren2022-11-092-20/+5
* | | | | | | | net: sched: add helper support in act_ctXin Long2022-11-081-8/+81
* | | | | | | | net: sched: call tcf_ct_params_free to free params in tcf_ct_initXin Long2022-11-081-17/+18