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
2021-11-10
vsock: prevent unnecessary refcnt inc for nonblocking connect
Eiichi Tsukata
1
-0
/
+2
2021-11-09
net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any
Eric Dumazet
1
-10
/
+17
2021-11-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
4
-24
/
+104
2021-11-09
bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg
Jussi Maki
1
-6
/
+30
2021-11-09
bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding
John Fastabend
2
-9
/
+23
2021-11-09
bpf, sockmap: Fix race in ingress receive verdict with redirect to self
John Fastabend
1
-0
/
+47
2021-11-09
bpf, sockmap: Remove unhash handler for BPF sockmap usage
John Fastabend
1
-1
/
+0
2021-11-09
bpf, sockmap: Use stricter sk state checks in sk_lookup_assign
John Fastabend
2
-8
/
+4
2021-11-07
sctp: remove unreachable code from sctp_sf_violation_chunk()
Alexey Khoroshilov
1
-3
/
+0
2021-11-06
can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM
Zhang Changzhong
1
-0
/
+5
2021-11-06
can: j1939: j1939_can_recv(): ignore messages with invalid source address
Zhang Changzhong
1
-0
/
+7
2021-11-06
can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport
Zhang Changzhong
1
-0
/
+6
2021-11-05
ipv6: remove useless assignment to newinet in tcp_v6_syn_recv_sock()
Nghia Le
1
-1
/
+0
2021-11-05
net/smc: Print function name in smcr_link_down tracepoint
Tony Lu
1
-1
/
+1
2021-11-04
mctp: handle the struct sockaddr_mctp_ext padding field
Eugene Syromiatnikov
1
-1
/
+10
2021-11-04
mctp: handle the struct sockaddr_mctp padding fields
Eugene Syromiatnikov
1
-0
/
+13
2021-11-04
devlink: fix flexible_array.cocci warning
Guo Zhengkui
1
-1
/
+1
2021-11-04
net: fix possible NULL deref in sock_reserve_memory
Eric Dumazet
1
-1
/
+1
2021-11-04
tcp: Use BIT() for OPTION_* constants
Leonard Crestez
1
-7
/
+7
2021-11-03
net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridge
Vladimir Oltean
1
-0
/
+3
2021-11-03
net: vlan: fix a UAF in vlan_dev_real_dev()
Ziyang Xuan
2
-3
/
+3
2021-11-03
net: udp6: replace __UDP_INC_STATS() with __UDP6_INC_STATS()
Menglong Dong
1
-3
/
+3
2021-11-03
ethtool: fix ethtool msg len calculation for pause stats
Jakub Kicinski
1
-2
/
+1
2021-11-03
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
4
-6
/
+29
2021-11-03
net:ipv6:Remove unneeded semicolon
Zhang Mingyu
1
-1
/
+1
2021-11-03
NFC: add necessary privilege flags in netlink layer
Lin Ma
1
-0
/
+15
2021-11-03
security: add sctp_assoc_established hook
Xin Long
1
-1
/
+1
2021-11-03
security: call security_sctp_assoc_request in sctp_sf_do_5_1D_ce
Xin Long
1
-0
/
+5
2021-11-03
security: pass asoc to sctp_assoc_request and sctp_sk_clone
Xin Long
2
-16
/
+15
2021-11-02
net: add and use skb_unclone_keeptruesize() helper
Eric Dumazet
2
-16
/
+4
2021-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2
-1
/
+3
2021-11-02
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
326
-5500
/
+11776
2021-11-01
Revert "net: avoid double accounting for pure zerocopy skbs"
Jakub Kicinski
4
-29
/
+6
2021-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-12
/
+34
2021-11-01
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
9
-70
/
+352
2021-11-01
net: ndisc: introduce ndisc_evict_nocarrier sysctl parameter
James Prestwood
2
-1
/
+23
2021-11-01
net: arp: introduce arp_evict_nocarrier sysctl parameter
James Prestwood
2
-1
/
+14
2021-11-01
Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-4
/
+2
2021-11-01
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
4
-6
/
+29
2021-11-01
tcp: rename sk_wmem_free_skb
Talal Ahmad
2
-4
/
+4
2021-11-01
bpf: Add dummy BPF STRUCT_OPS for test purpose
Hou Tao
2
-0
/
+203
2021-11-01
bpf: Factor out helpers for ctx access checking
Hou Tao
1
-8
/
+1
2021-11-01
skmsg: Lose offset info in sk_psock_skb_ingress
Liu Jian
1
-10
/
+33
2021-11-01
net/smc: Introduce tracepoint for smcr link down
Tony Lu
3
-2
/
+38
2021-11-01
net/smc: Introduce tracepoints for tx and rx msg
Tony Lu
4
-0
/
+45
2021-11-01
net/smc: Introduce tracepoint for fallback
Tony Lu
4
-0
/
+59
2021-11-01
ethtool: don't drop the rtnl_lock half way thru the ioctl
Jakub Kicinski
2
-42
/
+39
2021-11-01
devlink: expose get/put functions
Jakub Kicinski
1
-3
/
+5
2021-11-01
ethtool: handle info/flash data copying outside rtnl_lock
Jakub Kicinski
1
-41
/
+69
2021-11-01
ethtool: push the rtnl_lock into dev_ethtool()
Jakub Kicinski
2
-3
/
+13
[next]