index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
17
-77
/
+123
2022-03-10
Merge tag 'net-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
16
-69
/
+117
2022-03-10
xdp: xdp_mem_allocator can be NULL in trace_mem_connect().
Sebastian Andrzej Siewior
1
-1
/
+2
2022-03-10
sctp: fix kernel-infoleak for SCTP sockets
Eric Dumazet
1
-6
/
+3
2022-03-09
net: dsa: tag_rtl8_4: fix typo in modalias name
Luiz Angelo Daros de Luca
1
-1
/
+1
2022-03-09
tcp: adjust TSO packet sizes based on min_rtt
Eric Dumazet
3
-12
/
+29
2022-03-09
tcp: autocork: take MSG_EOR hint into consideration
Eric Dumazet
1
-1
/
+2
2022-03-09
net/smc: fix -Wmissing-prototypes warning when CONFIG_SYSCTL not set
Dust Li
1
-2
/
+2
2022-03-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
8
-23
/
+66
2022-03-09
ax25: Fix NULL pointer dereference in ax25_kill_by_device
Duoming Zhou
1
-0
/
+7
2022-03-09
skb: make drop reason booleanable
Jakub Kicinski
3
-21
/
+23
2022-03-09
net: dsa: felix: avoid early deletion of host FDB entries
Vladimir Oltean
3
-18
/
+62
2022-03-09
net: dsa: be mostly no-op in dsa_slave_set_mac_address when down
Vladimir Oltean
1
-0
/
+7
2022-03-09
net: dsa: move port lists initialization to dsa_port_touch
Vladimir Oltean
1
-10
/
+8
2022-03-09
net: dsa: warn if port lists aren't empty in dsa_port_teardown
Vladimir Oltean
1
-16
/
+3
2022-03-08
tipc: fix incorrect order of state message data sanity check
Tung Nguyen
1
-4
/
+5
2022-03-08
SO_ZEROCOPY should return -EOPNOTSUPP rather than -ENOTSUPP
Samuel Thibault
1
-2
/
+2
2022-03-08
mptcp: add fullmesh flag check for adding address
Geliang Tang
1
-0
/
+6
2022-03-08
mptcp: strict local address ID selection
Paolo Abeni
4
-23
/
+63
2022-03-08
mptcp: introduce implicit endpoints
Paolo Abeni
1
-17
/
+44
2022-03-08
mptcp: more careful RM_ADDR generation
Paolo Abeni
1
-6
/
+4
2022-03-08
mptcp: use MPTCP_SUBFLOW_NODATA
Geliang Tang
1
-4
/
+4
2022-03-08
mptcp: add tracepoint in mptcp_sendmsg_frag
Geliang Tang
1
-0
/
+1
2022-03-08
net: dsa: tag_dsa: Fix tx from VLAN uppers on non-filtering bridges
Tobias Waldekranz
1
-3
/
+12
2022-03-07
net: rtnetlink: fix error handling in rtnl_fill_statsinfo()
Tom Rix
1
-1
/
+1
2022-03-07
net: dsa: return success if there was nothing to do
Tom Rix
1
-2
/
+2
2022-03-07
net: Fix esp GSO on inter address family tunnels.
Steffen Klassert
3
-4
/
+27
2022-03-07
esp: Fix BEET mode inter address family tunneling on GSO
Steffen Klassert
2
-0
/
+6
2022-03-07
esp: Fix possible buffer overflow in ESP transformation
Steffen Klassert
2
-0
/
+10
2022-03-07
net/smc: fix compile warning for smc_sysctl
Dust Li
4
-31
/
+15
2022-03-07
phonet: Use netif_rx().
Sebastian Andrzej Siewior
1
-4
/
+4
2022-03-07
bluetooth: Use netif_rx().
Sebastian Andrzej Siewior
2
-2
/
+2
2022-03-07
batman-adv: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-03-07
tipc: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-03-07
ptp: Add generic PTP is_sync() function
Kurt Kanzenbach
1
-0
/
+12
2022-03-07
xen/9p: use alloc/free_pages_exact()
Juergen Gross
1
-8
/
+6
2022-03-06
wireless: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-03-06
can: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-03-06
Revert "net/smc: don't req_notify until all CQEs drained"
Dust Li
1
-28
/
+21
2022-03-06
net: dsa: unlock the rtnl_mutex when dsa_master_setup() fails
Vladimir Oltean
1
-3
/
+3
2022-03-06
Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"
Kai Lueke
1
-18
/
+3
2022-03-05
net: dsa: tag_rtl8_4: add rtl8_4t trailing variant
Luiz Angelo Daros de Luca
1
-36
/
+116
2022-03-04
mptcp: add the mibs for MP_RST
Geliang Tang
3
-0
/
+6
2022-03-04
mptcp: add the mibs for MP_FASTCLOSE
Geliang Tang
3
-0
/
+7
2022-03-04
Merge tag 'for-net-next-2022-03-04' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
6
-43
/
+58
2022-03-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+5
2022-03-04
Bluetooth: use memset avoid memory leaks
Minghao Chi (CGEL ZTE)
1
-0
/
+1
2022-03-04
Bluetooth: move adv_instance_cnt read within the device lock
Niels Dossche
1
-1
/
+3
2022-03-04
Bluetooth: hci_event: Add missing locking on hdev in hci_le_ext_adv_term_evt
Niels Dossche
1
-7
/
+12
2022-03-04
Bluetooth: make array bt_uuid_any static const
Colin Ian King
1
-1
/
+3
[next]