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-08-21
net: fix icmp_socket_deliver argument 2 input
Li RongQing
1
-1
/
+1
2019-08-21
ipv6/addrconf: allow adding multicast addr if IFA_F_MCAUTOJOIN is set
Hangbin Liu
1
-1
/
+2
2019-08-21
Merge tag 'batadv-net-for-davem-20190821' of git://git.open-mesh.org/linux-merge
David S. Miller
1
-1
/
+1
2019-08-21
Revert "cfg80211: fix processing world regdomain when non modular"
Hodaszi, Robert
1
-1
/
+1
2019-08-21
cfg80211: Fix Extended Key ID key install checks
Alexander Wetzel
1
-9
/
+14
2019-08-21
mac80211: fix possible sta leak
Johannes Berg
1
-4
/
+5
2019-08-20
net: fix __ip_mc_inc_group usage
Li RongQing
1
-2
/
+2
2019-08-20
net/ncsi: Ensure 32-bit boundary for data cksum
Terry S. Duncan
2
-4
/
+7
2019-08-20
net/smc: make sure EPOLLOUT is raised
Jason Baron
1
-4
/
+2
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
3
-15
/
+35
2019-08-19
tcp: make sure EPOLLOUT wont be missed
Eric Dumazet
1
-7
/
+9
2019-08-19
netfilter: xt_nfacct: Fix alignment mismatch in xt_nfacct_match_info
Juliana Rodrigueiro
1
-11
/
+25
2019-08-19
netfilter: nft_flow_offload: missing netlink attribute policy
Pablo Neira Ayuso
1
-0
/
+6
2019-08-19
netfilter: ebtables: Fix argument order to ADD_COUNTER
Todd Seidelmann
1
-4
/
+4
2019-08-18
netfilter: nf_tables: map basechain priority to hardware priority
Pablo Neira Ayuso
2
-3
/
+18
2019-08-17
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
4
-3
/
+40
2019-08-17
Bluetooth: Add debug setting for changing minimum encryption key size
Marcel Holtmann
3
-1
/
+33
2019-08-16
tipc: fix false detection of retransmit failures
Tuong Lien
2
-43
/
+57
2019-08-15
Merge tag 'rxrpc-fixes-20190814' of git://git.kernel.org/pub/scm/linux/kernel...
David S. Miller
1
-10
/
+11
2019-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
5
-28
/
+98
2019-08-15
net/packet: fix race in tpacket_snd()
Eric Dumazet
1
-0
/
+7
2019-08-15
net: tls, fix sk_write_space NULL write when tx disabled
John Fastabend
1
-1
/
+2
2019-08-14
batman-adv: fix uninit-value in batadv_netlink_get_ifindex()
Eric Dumazet
1
-1
/
+1
2019-08-14
rxrpc: Fix read-after-free in rxrpc_queue_local()
David Howells
1
-9
/
+10
2019-08-14
rxrpc: Fix local endpoint replacement
David Howells
1
-1
/
+1
2019-08-14
netfilter: nft_flow_offload: skip tcp rst and fin packets
Pablo Neira Ayuso
1
-3
/
+6
2019-08-13
sctp: fix memleak in sctp_send_reset_streams
zhengbin
1
-0
/
+1
2019-08-13
sctp: fix the transport error_count check
Xin Long
1
-1
/
+1
2019-08-13
netfilter: conntrack: Use consistent ct id hash calculation
Dirk Morris
1
-8
/
+8
2019-08-12
Bluetooth: hidp: Let hidp_send_message return number of queued bytes
Fabian Henneke
1
-2
/
+7
2019-08-11
tipc: initialise addr_trail_end when setting node addresses
Chris Packham
1
-0
/
+1
2019-08-11
net: dsa: Check existence of .port_mdb_add callback before calling it
Chen-Yu Tsai
1
-0
/
+3
2019-08-11
rxrpc: Fix local refcounting
David Howells
1
-5
/
+7
2019-08-09
net/tls: swap sk_write_space on close
Jakub Kicinski
1
-0
/
+1
2019-08-09
sock: make cookie generation global instead of per netns
Daniel Borkmann
1
-1
/
+2
2019-08-09
rxrpc: Don't bother generating maxSkew in the ACK packet
David Howells
6
-44
/
+28
2019-08-09
rxrpc: Fix local endpoint refcounting
David Howells
4
-39
/
+72
2019-08-09
netfilter: nf_flow_table: teardown flow timeout race
Pablo Neira Ayuso
1
-9
/
+25
2019-08-09
netfilter: nf_flow_table: conntrack picks up expired flows
Pablo Neira Ayuso
1
-7
/
+10
2019-08-09
netfilter: nf_tables: use-after-free in failing rule with bound set
Pablo Neira Ayuso
1
-5
/
+10
2019-08-08
net/tls: prevent skb_orphan() from leaking TLS plain text with offload
Jakub Kicinski
5
-8
/
+32
2019-08-08
net sched: update skbedit action for batched events operations
Roman Mashak
1
-0
/
+12
2019-08-08
net: sched: sch_taprio: fix memleak in error path for sched list parse
Ivan Khoronzhuk
1
-1
/
+2
2019-08-08
inet: frags: re-introduce skb coalescing for local delivery
Guillaume Nault
5
-15
/
+38
2019-08-08
Merge tag 'batadv-net-for-davem-20190808' of git://git.open-mesh.org/linux-merge
David S. Miller
1
-3
/
+5
2019-08-06
net: dsa: sja1105: Fix memory leak on meta state machine error path
Vladimir Oltean
1
-0
/
+1
2019-08-06
net: dsa: sja1105: Fix memory leak on meta state machine normal path
Vladimir Oltean
1
-10
/
+1
2019-08-06
net sched: update vlan action for batched events operations
Roman Mashak
1
-0
/
+9
2019-08-05
net: bridge: move default pvid init/deinit to NETDEV_REGISTER/UNREGISTER
Nikolay Aleksandrov
3
-23
/
+25
2019-08-05
net/smc: avoid fallback in case of non-blocking connect
Ursula Braun
1
-3
/
+4
[next]