index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2018-07-09
14
-100
/
+90
|
\
|
*
netfilter: ipv6: nf_defrag: drop skb dst before queueing
Florian Westphal
2018-07-09
1
-0
/
+2
|
*
netfilter: nf_conntrack: Fix possible possible crash on module loading.
Andrey Ryabinin
2018-07-09
1
-1
/
+1
|
*
netfilter: nft_compat: explicitly reject ERROR and standard target
Florian Westphal
2018-07-09
1
-0
/
+13
|
*
netfilter: nf_tables: place all set backends in one single module
Pablo Neira Ayuso
2018-07-06
6
-83
/
+44
|
*
netfilter: nf_tproxy: fix possible non-linear access to transport header
Máté Eckl
2018-07-06
3
-16
/
+28
|
*
netfilter: x_tables: set module owner for icmp(6) matches
Florian Westphal
2018-07-05
2
-0
/
+2
*
|
tcp: cleanup copied_seq and urg_data in tcp_disconnect
Eric Dumazet
2018-07-08
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-07-08
3
-20
/
+109
|
\
\
|
*
|
xdp: XDP_REDIRECT should check IFF_UP and MTU
Toshiaki Makita
2018-07-07
1
-2
/
+7
|
*
|
bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb
John Fastabend
2018-07-07
1
-7
/
+91
|
*
|
bpf: fix sk_skb programs without skb->dev assigned
John Fastabend
2018-07-07
1
-1
/
+2
|
*
|
xsk: fix potential race in SKB TX completion code
Magnus Karlsson
2018-07-02
1
-0
/
+4
|
*
|
xsk: frame could be completed more than once in SKB path
Magnus Karlsson
2018-07-02
1
-3
/
+3
|
*
|
xsk: fix potential lost completion message in SKB path
Magnus Karlsson
2018-07-02
1
-7
/
+2
*
|
|
ipfrag: really prevent allocation on netns exit
Paolo Abeni
2018-07-08
1
-1
/
+1
*
|
|
net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort
Lorenzo Colitti
2018-07-08
1
-2
/
+1
*
|
|
net/ipv4: Set oif in fib_compute_spec_dst
David Ahern
2018-07-08
1
-0
/
+1
*
|
|
net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is used
Davide Caratti
2018-07-07
1
-3
/
+3
*
|
|
net/sched: act_csum: fix NULL dereference when 'goto chain' is used
Davide Caratti
2018-07-07
1
-3
/
+3
*
|
|
net/smc: reduce sock_put() for fallback sockets
Ursula Braun
2018-07-07
2
-5
/
+12
*
|
|
tipc: make function tipc_net_finalize() thread safe
Jon Maloy
2018-07-07
1
-6
/
+11
*
|
|
tipc: fix correct setting of message type in second discoverer
Jon Maloy
2018-07-07
1
-6
/
+7
*
|
|
tipc: correct discovery message handling during address trial period
Jon Maloy
2018-07-07
1
-1
/
+4
*
|
|
tipc: fix wrong return value from function tipc_node_try_addr()
Jon Maloy
2018-07-07
1
-2
/
+5
*
|
|
ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user ns
Tyler Hicks
2018-07-06
1
-2
/
+3
*
|
|
net: qrtr: Reset the node and port ID of broadcast messages
Arun Kumar Neelakantam
2018-07-05
1
-2
/
+7
*
|
|
net: qrtr: Broadcast messages only from control port
Arun Kumar Neelakantam
2018-07-05
1
-0
/
+4
*
|
|
ipv6: make ipv6_renew_options() interrupt/kernel safe
Paul Moore
2018-07-05
3
-95
/
+52
|
|
/
|
/
|
*
|
sctp: fix the issue that pathmtu may be set lower than MINSEGMENT
Xin Long
2018-07-04
1
-1
/
+1
*
|
net/ipv6: Revert attempt to simplify route replace and append
David Ahern
2018-07-04
2
-72
/
+87
*
|
gen_stats: Fix netlink stats dumping in the presence of padding
Toke Høiland-Jørgensen
2018-07-04
1
-2
/
+14
*
|
tls: fix skb_to_sgvec returning unhandled error.
Doron Roberts-Kedes
2018-07-03
1
-0
/
+5
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-07-02
31
-171
/
+415
|
\
|
*
ipv6: sr: fix passing wrong flags to crypto_alloc_shash()
Eric Biggers
2018-07-02
1
-1
/
+1
|
*
net: fix use-after-free in GRO with ESP
Sabrina Dubroca
2018-07-02
4
-6
/
+4
|
*
tcp: prevent bogus FRTO undos with non-SACK flows
Ilpo Järvinen
2018-07-01
1
-0
/
+9
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-07-01
1
-32
/
+54
|
|
\
|
|
*
bpf: Change bpf_fib_lookup to return lookup status
David Ahern
2018-06-29
1
-32
/
+54
|
*
|
net: fib_rules: bring back rule_exists to match rule during add
Roopa Prabhu
2018-06-30
1
-1
/
+71
|
*
|
net: use dev_change_tx_queue_len() for SIOCSIFTXQLEN
Cong Wang
2018-06-30
1
-9
/
+2
|
*
|
net/ipv6: Fix updates to prefix route
David Ahern
2018-06-30
1
-3
/
+6
|
*
|
net: cleanup gfp mask in alloc_skb_with_frags
Michal Hocko
2018-06-30
1
-2
/
+1
|
*
|
tcp: fix Fast Open key endianness
Yuchung Cheng
2018-06-30
1
-5
/
+13
|
*
|
Merge tag 'mac80211-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/lin...
David S. Miller
2018-06-29
2
-21
/
+16
|
|
\
\
|
|
*
|
nl80211: check nla_parse_nested() return values
Johannes Berg
2018-06-29
1
-5
/
+11
|
|
*
|
nl80211: relax ht operation checks for mesh
Bob Copeland
2018-06-29
1
-16
/
+3
|
|
*
|
mac80211: disable BHs/preemption in ieee80211_tx_control_port()
Denis Kenzior
2018-06-29
1
-0
/
+2
|
*
|
|
net, mm: account sock objects to kmemcg
Shakeel Butt
2018-06-29
1
-2
/
+5
|
|
/
/
|
*
|
net/smc: rebuild nonblocking connect
Ursula Braun
2018-06-28
2
-28
/
+71
[next]