index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-22
wifi: cfg80211: report link ID in NL80211_CMD_FRAME
Johannes Berg
1
-0
/
+2
2022-07-22
wifi: mac80211: add hardware timestamps for RX and TX
Avraham Stern
2
-18
/
+50
2022-07-22
wifi: cfg80211: add hardware timestamps to frame RX info
Avraham Stern
1
-1
/
+9
2022-07-22
wifi: cfg80211/nl80211: move rx management data into a struct
Avraham Stern
4
-28
/
+25
2022-07-22
wifi: cfg80211: add a function for reporting TX status with hardware timestamps
Avraham Stern
1
-14
/
+28
2022-07-22
wifi: mac80211: sta_info: fix link_sta insertion
Johannes Berg
1
-3
/
+14
2022-07-22
wifi: mac80211: mlme: fix link_sta setup
Johannes Berg
1
-5
/
+6
2022-07-22
wifi: nl80211/mac80211: clarify link ID in control port TX
Johannes Berg
1
-2
/
+41
2022-07-22
wifi: mac80211: return error from control port TX for drops
Johannes Berg
1
-2
/
+7
2022-07-22
wifi: nl80211: require MLD address on link STA add/modify
Johannes Berg
1
-3
/
+2
2022-07-22
wifi: mac80211: more station handling sanity checks
Johannes Berg
1
-0
/
+7
2022-07-22
wifi: mac80211: fix link sta hash table handling
Johannes Berg
1
-2
/
+16
2022-07-22
wifi: mac80211: validate link address doesn't change
Johannes Berg
1
-6
/
+12
2022-07-22
wifi: mac80211: mlme: set sta.mlo to mlo state
Johannes Berg
1
-2
/
+2
2022-07-22
wifi: mac80211: fast-xmit: handle non-MLO clients
Johannes Berg
1
-1
/
+15
2022-07-22
wifi: mac80211: fix RX MLD address translation
Johannes Berg
1
-4
/
+8
2022-07-22
wifi: mac80211: fix NULL pointer deref with non-MLD STA
Johannes Berg
1
-1
/
+6
2022-07-22
wifi: mac80211: mlme: fix override calculation
Johannes Berg
1
-0
/
+2
2022-07-22
wifi: mac80211: tx: use AP address in some places for MLO
Johannes Berg
2
-5
/
+7
2022-07-22
caif: Fix bitmap data type in "struct caifsock"
Christophe JAILLET
1
-13
/
+7
2022-07-22
ping: support ipv6 ping socket flow labels
Alan Brady
1
-1
/
+5
2022-07-22
tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.
Kuniyuki Iwashima
1
-1
/
+2
2022-07-22
tcp: Fix a data-race around sysctl_tcp_autocorking.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-22
tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-22
tcp: Fix a data-race around sysctl_tcp_tso_rtt_log.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-22
tcp: Fix a data-race around sysctl_tcp_min_tso_segs.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-22
tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-22
tcp: Fix a data-race around sysctl_tcp_limit_output_bytes.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-22
tcp: Fix data-races around sysctl_tcp_workaround_signed_windows.
Kuniyuki Iwashima
2
-3
/
+3
2022-07-22
tcp: Fix data-races around sysctl_tcp_moderate_rcvbuf.
Kuniyuki Iwashima
2
-2
/
+2
2022-07-22
tcp: Fix data-races around sysctl_tcp_no_ssthresh_metrics_save.
Kuniyuki Iwashima
1
-4
/
+4
2022-07-22
tcp: Fix a data-race around sysctl_tcp_nometrics_save.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-22
tcp: Fix a data-race around sysctl_tcp_frto.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-22
tcp: Fix a data-race around sysctl_tcp_app_win.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-22
tcp: Fix data-races around sysctl_tcp_dsack.
Kuniyuki Iwashima
1
-2
/
+2
2022-07-21
net: netfilter: Add kfuncs to set and change CT status
Lorenzo Bianconi
3
-37
/
+74
2022-07-21
net: netfilter: Add kfuncs to set and change CT timeout
Kumar Kartikeya Dwivedi
3
-11
/
+58
2022-07-21
net: netfilter: Add kfuncs to allocate and insert CT
Lorenzo Bianconi
2
-27
/
+189
2022-07-21
net: netfilter: Deduplicate code in bpf_{xdp,skb}_ct_lookup
Kumar Kartikeya Dwivedi
1
-34
/
+18
2022-07-21
bpf: Add support for forcing kfunc args to be trusted
Kumar Kartikeya Dwivedi
1
-0
/
+5
2022-07-21
bpf: Switch to new kfunc flags infrastructure
Kumar Kartikeya Dwivedi
6
-127
/
+74
2022-07-21
net: ipv6: avoid accepting values greater than 2 for accept_untracked_na
Jaehee Park
1
-3
/
+3
2022-07-21
tls: rx: release the sock lock on locking timeout
Jakub Kicinski
1
-4
/
+13
2022-07-21
Bluetooth: mgmt: Fix using hci_conn_abort
Luiz Augusto von Dentz
2
-5
/
+36
2022-07-21
Bluetooth: Use bt_status to convert from errno
Luiz Augusto von Dentz
1
-1
/
+1
2022-07-21
Bluetooth: Add bt_status
Luiz Augusto von Dentz
1
-0
/
+71
2022-07-21
Bluetooth: hci_sync: Split hci_dev_open_sync
Luiz Augusto von Dentz
1
-99
/
+126
2022-07-21
Bluetooth: hci_sync: Refactor remove Adv Monitor
Manish Mandlik
4
-174
/
+73
2022-07-21
Bluetooth: hci_sync: Refactor add Adv Monitor
Manish Mandlik
3
-192
/
+77
2022-07-21
Bluetooth: hci_sync: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTING
Zijun Hu
1
-3
/
+0
[prev]
[next]