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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-26
af_unix: Pass struct sock to unix_autobind().
Kuniyuki Iwashima
1
-15
/
+21
2021-11-26
af_unix: Use offsetof() instead of sizeof().
Kuniyuki Iwashima
2
-8
/
+14
2021-11-26
bridge: use __set_bit in __br_vlan_set_default_pvid
Xin Long
1
-2
/
+2
2021-11-26
net: ethtool: set a default driver name
Tonghao Zhang
1
-0
/
+3
2021-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
26
-121
/
+255
2021-11-26
net/smc: Don't call clcsock shutdown twice when smc shutdown
Tony Lu
1
-1
/
+7
2021-11-26
net: vlan: fix underflow for the real_dev refcnt
Ziyang Xuan
2
-3
/
+3
2021-11-26
ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()
Julian Wiedmann
1
-1
/
+1
2021-11-26
net/sched: sch_ets: don't peek at classes beyond 'nbands'
Davide Caratti
1
-3
/
+5
2021-11-26
mac80211: notify non-transmitting BSS of color changes
John Crispin
1
-0
/
+18
2021-11-26
mac80211: minstrel_ht: remove unused SAMPLE_SWITCH_THR define
Peter Seiderer
1
-2
/
+0
2021-11-26
cfg80211: allow continuous radar monitoring on offchannel chain
Lorenzo Bianconi
3
-27
/
+71
2021-11-26
cfg80211: schedule offchan_cac_abort_wk in cfg80211_radar_event
Lorenzo Bianconi
2
-10
/
+17
2021-11-26
cfg80211: delete redundant free code
liuguoqiang
1
-9
/
+5
2021-11-26
mac80211: add support for .ndo_fill_forward_path
Felix Fietkau
4
-1
/
+89
2021-11-26
mac80211: Remove unused assignment statements
luo penghao
1
-4
/
+0
2021-11-26
cfg80211: fix possible NULL pointer dereference in cfg80211_stop_offchan_radar_detection
Lorenzo Bianconi
1
-1
/
+4
2021-11-26
mac80211: fix a memory leak where sta_info is not freed
Ahmed Zaki
1
-3
/
+3
2021-11-26
mac80211: set up the fwd_skb->dev for mesh forwarding
Xing Song
1
-0
/
+1
2021-11-26
mac80211: fix regression in SSN handling of addba tx
Felix Fietkau
2
-2
/
+3
2021-11-26
mac80211: fix rate control for retransmitted frames
Felix Fietkau
1
-3
/
+3
2021-11-26
mac80211: track only QoS data frames for admission control
Johannes Berg
1
-3
/
+10
2021-11-26
mac80211: fix TCP performance on mesh interface
Maxime Bizon
1
-2
/
+2
2021-11-25
sctp: make the raise timer more simple and accurate
Xin Long
3
-21
/
+19
2021-11-25
tipc: delete the unlikely branch in tipc_aead_encrypt
Xin Long
1
-15
/
+4
2021-11-25
tls: fix replacing proto_ops
Jakub Kicinski
1
-7
/
+40
2021-11-25
tls: splice_read: fix accessing pre-processed records
Jakub Kicinski
1
-8
/
+25
2021-11-25
tls: splice_read: fix record type check
Jakub Kicinski
1
-13
/
+10
2021-11-25
Bluetooth: Limit duration of Remote Name Resolve
Archie Pusaka
1
-0
/
+7
2021-11-25
Bluetooth: Send device found event on name resolve failure
Archie Pusaka
2
-9
/
+14
2021-11-25
Bluetooth: HCI: Fix definition of hci_rp_delete_stored_link_key
Luiz Augusto von Dentz
1
-1
/
+1
2021-11-25
Bluetooth: HCI: Fix definition of hci_rp_read_stored_link_key
Luiz Augusto von Dentz
1
-2
/
+2
2021-11-25
tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl
Jiri Slaby
1
-3
/
+2
2021-11-24
net/smc: Fix loop in smc_listen
Guo DaXing
1
-1
/
+3
2021-11-24
net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()
Karsten Graul
1
-17
/
+18
2021-11-24
net-ipv6: changes to ->tclass (via IPV6_TCLASS) should sk_dst_reset()
Maciej Żenczykowski
1
-1
/
+4
2021-11-24
net-ipv6: do not allow IPV6_TCLASS to muck with tcp's ECN
Maciej Żenczykowski
1
-0
/
+4
2021-11-24
net: allow SO_MARK with CAP_NET_RAW
Maciej Żenczykowski
1
-1
/
+2
2021-11-24
net: allow CAP_NET_RAW to setsockopt SO_PRIORITY
Maciej Żenczykowski
1
-0
/
+1
2021-11-24
tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flows
Eric Dumazet
1
-2
/
+3
2021-11-24
net: bridge: Allow base 16 inputs in sysfs
Ido Schimmel
1
-1
/
+1
2021-11-24
gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlers
Eric Dumazet
7
-29
/
+8
2021-11-24
gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlers
Eric Dumazet
8
-40
/
+13
2021-11-24
Bluetooth: refactor malicious adv data check
Brian Gix
1
-5
/
+5
2021-11-24
net/ncsi : Add payload to be 32-bit aligned to fix dropped packets
Kumar Thangavel
1
-8
/
+16
2021-11-23
dccp: Inline dccp_listen_start().
Kuniyuki Iwashima
1
-16
/
+11
2021-11-23
dccp/tcp: Remove an unused argument in inet_csk_listen_start().
Kuniyuki Iwashima
3
-5
/
+5
2021-11-23
net: remove .ndo_change_proto_down
Jakub Kicinski
4
-33
/
+6
2021-11-23
net/smc: Ensure the active closing peer first closes clcsock
Tony Lu
1
-0
/
+6
2021-11-23
net/smc: Clean up local struct sock variables
Tony Lu
1
-2
/
+2
[prev]
[next]