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-03-20
netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()
Phil Sutter
2
-0
/
+9
2022-03-19
netfilter: conntrack: revisit gc autotuning
Florian Westphal
1
-17
/
+68
2022-03-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/
David S. Miller
3
-40
/
+27
2022-03-18
af_netlink: Fix shift out of bounds in group mask calculation
Petr Machata
1
-0
/
+2
2022-03-18
Merge tag 'for-net-next-2022-03-18' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
Jakub Kicinski
7
-42
/
+75
2022-03-18
mptcp: send ADD_ADDR echo before create subflows
Yonglong Li
1
-13
/
+5
2022-03-18
mptcp: Fix crash due to tcp_tsorted_anchor was initialized before release skb
Yonglong Li
1
-0
/
+1
2022-03-18
ipv4: Fix route lookups when handling ICMP redirects and PMTU updates
Guillaume Nault
1
-4
/
+14
2022-03-18
af_unix: Remove unnecessary brackets around CONFIG_AF_UNIX_OOB.
Kuniyuki Iwashima
1
-3
/
+3
2022-03-18
net: set default rss queues num to physical cores / 2
Íñigo Huguet
1
-4
/
+16
2022-03-18
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-19
/
+50
2022-03-18
Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failed
Niels Dossche
1
-0
/
+2
2022-03-18
Bluetooth: Send AdvMonitor Dev Found for all matched devices
Manish Mandlik
1
-33
/
+37
2022-03-18
Bluetooth: msft: Clear tracked devices on resume
Manish Mandlik
1
-4
/
+15
2022-03-18
Bluetooth: fix incorrect nonblock bitmask in bt_sock_wait_ready()
Gavin Li
1
-2
/
+2
2022-03-18
Bluetooth: Don't assign twice the same value
Christophe JAILLET
1
-1
/
+0
2022-03-18
Bluetooth: Fix use after free in hci_send_acl
Luiz Augusto von Dentz
1
-1
/
+2
2022-03-18
Bluetooth: hci_sync: Add a new quirk to skip HCI_FLT_CLEAR_ALL
Ismael Ferreras Morezuelas
1
-0
/
+16
2022-03-18
Bluetooth: mgmt: remove redundant assignment to variable cur_len
Colin Ian King
1
-1
/
+1
2022-03-18
Merge tag 'wireless-next-2022-03-18' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
David S. Miller
5
-31
/
+186
2022-03-18
af_unix: Support POLLPRI for OOB.
Kuniyuki Iwashima
1
-0
/
+4
2022-03-18
af_unix: Fix some data-races around unix_sk(sk)->oob_skb.
Kuniyuki Iwashima
1
-7
/
+5
2022-03-18
rfkill: make new event layout opt-in
Johannes Berg
1
-14
/
+34
2022-03-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
David S. Miller
4
-24
/
+35
2022-03-18
xfrm: rework default policy structure
Nicolas Dichtel
2
-28
/
+25
2022-03-17
net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()
Vladimir Oltean
1
-1
/
+2
2022-03-17
net: dsa: Handle MST state changes
Tobias Waldekranz
3
-8
/
+86
2022-03-17
net: dsa: Pass VLAN MSTI migration notifications to driver
Tobias Waldekranz
3
-1
/
+23
2022-03-17
net: dsa: Validate hardware support for MST
Tobias Waldekranz
3
-0
/
+30
2022-03-17
net: bridge: mst: Add helper to query a port's MST state
Tobias Waldekranz
1
-0
/
+25
2022-03-17
net: bridge: mst: Add helper to check if MST is enabled
Tobias Waldekranz
1
-0
/
+9
2022-03-17
net: bridge: mst: Add helper to map an MSTI to a VID set
Tobias Waldekranz
1
-0
/
+26
2022-03-17
net: bridge: mst: Notify switchdev drivers of MST state changes
Tobias Waldekranz
1
-0
/
+18
2022-03-17
net: bridge: mst: Notify switchdev drivers of VLAN MSTI migrations
Tobias Waldekranz
2
-0
/
+59
2022-03-17
net: bridge: mst: Notify switchdev drivers of MST mode changes
Tobias Waldekranz
1
-0
/
+11
2022-03-17
net: bridge: mst: Support setting and reporting MST port states
Tobias Waldekranz
3
-1
/
+192
2022-03-17
net: bridge: mst: Allow changing a VLAN's MSTI
Tobias Waldekranz
3
-0
/
+58
2022-03-17
net: bridge: mst: Multiple Spanning Tree (MST) mode
Tobias Waldekranz
8
-4
/
+175
2022-03-17
vlan: use correct format characters
Bill Wendling
1
-1
/
+1
2022-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-56
/
+41
2022-03-17
veth: Rework veth_xdp_rcv_skb in order to accept non-linear skb
Lorenzo Bianconi
1
-0
/
+1
2022-03-17
netfilter: nf_tables: initialize registers in nft_do_chain()
Pablo Neira Ayuso
1
-1
/
+1
2022-03-17
netfilter: nf_tables: validate registers coming from userspace.
Pablo Neira Ayuso
1
-5
/
+17
2022-03-17
net: dsa: Add missing of_node_put() in dsa_port_parse_of
Miaoqian Lin
1
-0
/
+1
2022-03-16
net/sched: add vlan push_eth and pop_eth action to the hardware IR
Maor Dickman
1
-0
/
+13
2022-03-16
net: dsa: Never offload FDB entries on standalone ports
Tobias Waldekranz
1
-0
/
+3
2022-03-16
Merge tag 'linux-can-next-for-5.18-20220316' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
Jakub Kicinski
1
-32
/
+40
2022-03-16
can: isotp: support MSG_TRUNC flag when reading from socket
Oliver Hartkopp
1
-12
/
+15
2022-03-16
can: isotp: return -EADDRNOTAVAIL when reading from unbound socket
Oliver Hartkopp
1
-0
/
+4
2022-03-16
can: isotp: sanitize CAN ID checks in isotp_bind()
Oliver Hartkopp
1
-20
/
+21
[prev]
[next]