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
2019-07-23
bpf: fix access to skb_shared_info->gso_segs
Eric Dumazet
1
-3
/
+3
2019-07-22
bpf: sockmap/tls, close can race with map free
John Fastabend
3
-7
/
+43
2019-07-22
bpf: sockmap, only create entry if ulp is not already enabled
John Fastabend
1
-0
/
+3
2019-07-22
bpf: sockmap, synchronize_rcu before free'ing map
John Fastabend
1
-0
/
+2
2019-07-22
bpf: sockmap, sock_map_delete needs to use xchg
John Fastabend
1
-5
/
+9
2019-07-22
net/tls: fix transition through disconnect with close
John Fastabend
1
-0
/
+55
2019-07-22
net/tls: remove sock unlock/lock around strp_done()
John Fastabend
3
-42
/
+60
2019-07-22
net/tls: remove close callback sock unlock/lock around TX work flush
John Fastabend
2
-7
/
+20
2019-07-22
net/tls: don't call tls_sk_proto_close for hw record offload
Jakub Kicinski
1
-4
/
+0
2019-07-22
net/tls: don't arm strparser immediately in tls_set_sw_offload()
Jakub Kicinski
3
-10
/
+18
2019-07-18
tcp: fix tcp_set_congestion_control() use from bpf hook
Eric Dumazet
3
-5
/
+7
2019-07-18
net: dsa: sja1105: Fix missing unlock on error in sk_buff()
Wei Yongjun
1
-0
/
+1
2019-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-24
/
+29
2019-07-18
ipv6: Unlink sibling route in case of failure
Ido Schimmel
1
-1
/
+17
2019-07-18
udp: Fix typo in net/ipv4/udp.c
Su Yanjun
1
-1
/
+1
2019-07-17
ipv6: rt6_check should return NULL if 'from' is NULL
David Ahern
1
-1
/
+1
2019-07-17
tipc: initialize 'validated' field of received packets
Jon Maloy
1
-0
/
+1
2019-07-17
fib: relax source validation check for loopback packets
Cong Wang
1
-0
/
+5
2019-07-17
net_sched: unset TCQ_F_CAN_BYPASS when adding filters
Cong Wang
3
-4
/
+1
2019-07-17
net/rds: Initialize ic->i_fastreg_wrs upon allocation
Gerd Rausch
1
-1
/
+1
2019-07-17
net/rds: Keep track of and wait for FRWR segments in use upon shutdown
Gerd Rausch
3
-6
/
+45
2019-07-17
net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been succes...
Gerd Rausch
1
-1
/
+2
2019-07-17
net/rds: Fix NULL/ERR_PTR inconsistency
Gerd Rausch
1
-2
/
+2
2019-07-17
net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after postin...
Gerd Rausch
2
-27
/
+40
2019-07-17
net/rds: Get rid of "wait_clean_list_grace" and add locking
Gerd Rausch
2
-38
/
+19
2019-07-17
net/rds: Give fr_state a chance to transition to FRMR_IS_FREE
Gerd Rausch
2
-1
/
+27
2019-07-17
net/sched: Make NET_ACT_CT depends on NF_NAT
YueHaibing
1
-1
/
+1
2019-07-17
net: sctp: fix warning "NULL check before some freeing functions is not needed"
Hariprasad Kelam
1
-8
/
+4
2019-07-16
fix: taprio: Change type of txtime-delay parameter to u32
Vedang Patel
1
-3
/
+3
2019-07-16
skbuff: fix compilation warnings in skb_dump()
Qian Cai
1
-1
/
+1
2019-07-15
bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6
Stanislav Fomichev
1
-1
/
+11
2019-07-15
bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_ok
Stanislav Fomichev
1
-6
/
+6
2019-07-15
net: neigh: fix multiple neigh timer scheduling
Lorenzo Bianconi
1
-0
/
+2
2019-07-14
sit: use dst_cache in ipip6_tunnel_xmit
Haishuang Yan
1
-4
/
+9
2019-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
25
-94
/
+89
2019-07-13
Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+19
2019-07-12
Merge tag '9p-for-5.3' of git://github.com/martinetd/linux
Linus Torvalds
2
-2
/
+14
2019-07-12
Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-1
/
+1
2019-07-12
tipc: ensure head->lock is initialised
Chris Packham
1
-1
/
+1
2019-07-12
net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()
Vlad Buslov
1
-1
/
+1
2019-07-12
net: openvswitch: do not update max_headroom if new headroom is equal to old ...
Taehee Yoo
1
-11
/
+28
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-88
/
+16
2019-07-12
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2019-07-12
mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options
Alexander Potapenko
1
-1
/
+1
2019-07-12
xdp: fix potential deadlock on socket mutex
Ilya Maximets
2
-10
/
+8
2019-07-12
xdp: fix possible cq entry leak
Ilya Maximets
1
-7
/
+4
2019-07-11
Merge branch 'net/rds-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
9
-50
/
+30
2019-07-11
Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+3
2019-07-11
ipv6: fix static key imbalance in fl_create()
Eric Dumazet
1
-3
/
+6
2019-07-11
ipv6: fix potential crash in ip6_datagram_dst_update()
Eric Dumazet
1
-1
/
+1
[next]