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-07-04
can: bcm: use call_rcu() instead of costly synchronize_rcu()
Oliver Hartkopp
1
-4
/
+14
2022-07-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
David S. Miller
2
-16
/
+41
2022-07-02
netfilter: nft_set_pipapo: release elements in clone from abort path
Pablo Neira Ayuso
1
-15
/
+33
2022-07-02
netfilter: nf_tables: stricter validation of element data
Pablo Neira Ayuso
1
-1
/
+8
2022-07-01
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-0
/
+1
2022-06-30
net: rose: fix UAF bugs caused by timer handler
Duoming Zhou
1
-15
/
+19
2022-06-29
ipv6: fix lockdep splat in in6_dump_addrs()
Eric Dumazet
1
-2
/
+2
2022-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
4
-26
/
+65
2022-06-29
net: tipc: fix possible refcount leak in tipc_sk_create()
Hangyu Hua
1
-0
/
+1
2022-06-28
net: ipv6: unexport __init-annotated seg6_hmac_net_init()
YueHaibing
1
-1
/
+0
2022-06-28
ipv6/sit: fix ipip6_tunnel_get_prl return value
katrinzhou
1
-5
/
+3
2022-06-28
mptcp: fix race on unaccepted mptcp sockets
Paolo Abeni
3
-0
/
+59
2022-06-28
mptcp: consistent map handling on failure
Paolo Abeni
1
-10
/
+9
2022-06-28
mptcp: fix shutdown vs fallback race
Paolo Abeni
4
-6
/
+19
2022-06-28
mptcp: invoke MP_FAIL response when needed
Geliang Tang
4
-45
/
+82
2022-06-28
mptcp: introduce MAPPING_BAD_CSUM
Paolo Abeni
1
-9
/
+9
2022-06-28
mptcp: fix error mibs accounting
Paolo Abeni
3
-6
/
+4
2022-06-28
xsk: Clear page contiguity bit when unmapping pool
Ivan Malov
1
-0
/
+1
2022-06-27
ipv6: take care of disable_policy when restoring routes
Nicolas Dichtel
2
-5
/
+8
2022-06-27
net/sched: act_api: Notify user space if any actions were flushed before error
Victor Nogueira
1
-8
/
+14
2022-06-27
netfilter: br_netfilter: do not skip all hooks with 0 priority
Florian Westphal
1
-3
/
+18
2022-06-27
netfilter: nf_tables: avoid skb access on nf_stolen
Florian Westphal
2
-23
/
+45
2022-06-27
netfilter: nft_dynset: restore set element counter when failing to update
Pablo Neira Ayuso
1
-0
/
+2
2022-06-27
tipc: move bc link creation back to tipc_node_create
Xin Long
1
-19
/
+22
2022-06-27
tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()
Eric Dumazet
1
-1
/
+1
2022-06-24
tcp: add a missing nf_reset_ct() in 3WHS handling
Eric Dumazet
1
-1
/
+5
2022-06-23
net: clear msg_get_inq in __sys_recvfrom() and __copy_msghdr_from_user()
Eric Dumazet
1
-10
/
+6
2022-06-23
net/ncsi: use proper "mellanox" DT vendor prefix
Krzysztof Kozlowski
1
-1
/
+2
2022-06-23
Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
18
-70
/
+119
2022-06-23
net: openvswitch: fix parsing of nw_proto for IPv6 fragments
Rosemarie O'Riorden
1
-1
/
+1
2022-06-23
sock: redo the psock vs ULP protection check
Jakub Kicinski
3
-3
/
+7
2022-06-23
Revert "net/tls: fix tls_sk_proto_close executed repeatedly"
Jakub Kicinski
1
-3
/
+0
2022-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
4
-25
/
+27
2022-06-21
netfilter: nf_dup_netdev: add and use recursion counter
Florian Westphal
1
-4
/
+15
2022-06-21
netfilter: nf_dup_netdev: do not push mac header a second time
Florian Westphal
1
-4
/
+10
2022-06-20
net/tls: fix tls_sk_proto_close executed repeatedly
Ziyang Xuan
1
-0
/
+3
2022-06-20
erspan: do not assume transport header is always set
Eric Dumazet
2
-10
/
+20
2022-06-17
net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platforms
Peilin Ye
1
-2
/
+2
2022-06-17
ethtool: Fix get module eeprom fallback
Ivan Vecera
1
-1
/
+1
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2
-13
/
+37
2022-06-17
netfilter: cttimeout: fix slab-out-of-bounds read typo in cttimeout_net_exit
Florian Westphal
1
-1
/
+1
2022-06-17
Merge tag 'nfs-for-5.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-0
/
+1
2022-06-17
ipv4: ping: fix bind address validity check
Riccardo Paolo Bestetti
1
-3
/
+7
2022-06-17
tipc: fix use-after-free Read in tipc_named_reinit
Hoang Le
1
-2
/
+1
2022-06-17
net: fix data-race in dev_isalive()
Eric Dumazet
2
-10
/
+16
2022-06-16
Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
5
-410
/
+110
2022-06-16
Revert "net: Add a second bind table hashed by port and address"
Joanne Koong
4
-405
/
+82
2022-06-15
bpf: Fix request_sock leak in sk lookup helpers
Jon Maxwell
1
-6
/
+28
2022-06-15
net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsg
Duoming Zhou
1
-5
/
+28
2022-06-14
xsk: Fix generic transmit when completion queue reservation fails
Ciara Loftus
1
-7
/
+9
[next]