index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rds: memory leak in __rds_conn_create()
Hangyu Hua
2021-12-14
1
-0
/
+1
*
Merge tag 'mac80211-for-net-2021-12-14' of git://git.kernel.org/pub/scm/linux...
David S. Miller
2021-12-14
10
-36
/
+90
|
\
|
*
mac80211: do drv_reconfig_complete() before restarting all
Johannes Berg
2021-12-14
1
-7
/
+7
|
*
mac80211: mark TX-during-stop for TX in in_reconfig
Johannes Berg
2021-12-14
1
-1
/
+4
|
*
mac80211: update channel context before station state
Mordechay Goodstein
2021-12-14
1
-6
/
+9
|
*
mac80211: Fix the size used for building probe request
Ilan Peer
2021-12-14
1
-1
/
+1
|
*
mac80211: fix lookup when adding AddBA extension element
Johannes Berg
2021-12-14
1
-2
/
+3
|
*
mac80211: validate extended element ID is present
Johannes Berg
2021-12-14
1
-1
/
+6
|
*
cfg80211: Acquire wiphy mutex on regulatory work
Ilan Peer
2021-12-14
1
-1
/
+6
|
*
mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lock
Johannes Berg
2021-12-14
1
-2
/
+8
|
*
nl80211: remove reload flag from regulatory_request
Finn Behrens
2021-12-14
1
-4
/
+2
|
*
mac80211: send ADDBA requests using the tid/queue of the aggregation session
Felix Fietkau
2021-12-14
1
-1
/
+1
|
*
nl80211: reset regdom when reloading regdb
Finn Behrens
2021-11-29
1
-2
/
+25
|
*
mac80211: add docs for ssn in struct tid_ampdu_tx
Johannes Berg
2021-11-29
1
-0
/
+1
|
*
mac80211: fix a memory leak where sta_info is not freed
Ahmed Zaki
2021-11-26
1
-3
/
+3
|
*
mac80211: set up the fwd_skb->dev for mesh forwarding
Xing Song
2021-11-26
1
-0
/
+1
|
*
mac80211: fix regression in SSN handling of addba tx
Felix Fietkau
2021-11-26
2
-2
/
+3
|
*
mac80211: fix rate control for retransmitted frames
Felix Fietkau
2021-11-26
1
-3
/
+3
|
*
mac80211: track only QoS data frames for admission control
Johannes Berg
2021-11-26
1
-3
/
+10
|
*
mac80211: fix TCP performance on mesh interface
Maxime Bizon
2021-11-26
1
-2
/
+2
*
|
flow_offload: return EOPNOTSUPP for the unsupported mpls action type
Baowen Zheng
2021-12-14
1
-0
/
+1
*
|
mptcp: never allow the PM to close a listener subflow
Paolo Abeni
2021-12-14
1
-0
/
+3
*
|
net/sched: sch_ets: don't remove idle classes from the round-robin list
Davide Caratti
2021-12-13
1
-2
/
+2
*
|
inet_diag: fix kernel-infoleak for UDP sockets
Eric Dumazet
2021-12-11
1
-3
/
+1
*
|
phonet: refcount leak in pep_sock_accep
Hangyu Hua
2021-12-11
1
-0
/
+1
*
|
sch_cake: do not call cake_destroy() from cake_init()
Eric Dumazet
2021-12-10
1
-5
/
+1
*
|
net/sched: fq_pie: prevent dismantle issue
Eric Dumazet
2021-12-09
1
-0
/
+1
*
|
seg6: fix the iif in the IPv6 socket control block
Andrea Mayer
2021-12-09
1
-0
/
+8
*
|
nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done
Krzysztof Kozlowski
2021-12-09
1
-2
/
+4
*
|
nfc: fix segfault in nfc_genl_dump_devices_done
Tadeusz Struk
2021-12-09
1
-2
/
+4
*
|
udp: using datalen to cap max gso segments
Jianguo Wu
2021-12-09
1
-1
/
+1
*
|
net, neigh: clear whole pneigh_entry at alloc time
Eric Dumazet
2021-12-09
1
-2
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2021-12-09
6
-12
/
+15
|
\
\
|
*
|
netfilter: conntrack: annotate data-races around ct->timeout
Eric Dumazet
2021-12-08
3
-6
/
+6
|
*
|
netfilter: nft_exthdr: break evaluation if setting TCP option fails
Pablo Neira Ayuso
2021-12-08
1
-4
/
+7
|
*
|
nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groups
Stefano Brivio
2021-12-08
1
-1
/
+1
|
*
|
netfilter: nfnetlink_queue: silence bogus compiler warning
Florian Westphal
2021-11-30
1
-1
/
+1
*
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2021-12-09
2
-5
/
+15
|
\
\
\
|
*
|
|
bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmap
John Fastabend
2021-11-20
2
-1
/
+9
|
*
|
|
bpf, sockmap: Attach map progs to psock early for feature probes
John Fastabend
2021-11-20
1
-4
/
+6
*
|
|
|
devlink: fix netns refcount leak in devlink_nl_cmd_reload()
Eric Dumazet
2021-12-07
1
-8
/
+8
*
|
|
|
ethtool: do not perform operations on net devices being unregistered
Antoine Tenart
2021-12-07
1
-1
/
+2
*
|
|
|
tcp: fix another uninit-value (sk_rx_queue_mapping)
Eric Dumazet
2021-12-03
1
-2
/
+2
*
|
|
|
inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistently
Eric Dumazet
2021-12-03
1
-1
/
+1
*
|
|
|
Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-12-02
19
-72
/
+139
|
\
\
\
\
|
*
|
|
|
gro: Fix inconsistent indenting
Jiapeng Chong
2021-12-02
1
-3
/
+3
|
*
|
|
|
net/rds: correct socket tunable error in rds_tcp_tune()
William Kucharski
2021-12-02
1
-1
/
+1
|
*
|
|
|
mctp: Don't let RTM_DELROUTE delete local routes
Matt Johnston
2021-12-02
1
-4
/
+5
|
*
|
|
|
net/smc: Keep smc_close_final rc during active close
Tony Lu
2021-12-02
1
-2
/
+6
|
*
|
|
|
net/smc: fix wrong list_del in smc_lgr_cleanup_early
Dust Li
2021-12-02
1
-4
/
+3
[next]