index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sctp: get sock from transport in sctp_transport_update_pmtu
Xin Long
2017-04-05
5
-22
/
+17
*
l2tp: fix PPP pseudo-wire auto-loading
Guillaume Nault
2017-04-04
1
-1
/
+1
*
l2tp: take reference on sessions being dumped
Guillaume Nault
2017-04-04
5
-11
/
+27
*
tcp: minimize false-positives on TCP/GRO check
Marcelo Ricardo Leitner
2017-04-04
1
-5
/
+9
*
sctp: check for dst and pathmtu update in sctp_packet_config
Xin Long
2017-04-03
1
-31
/
+36
*
flow dissector: correct size of storage for ARP
Simon Horman
2017-04-03
1
-1
/
+1
*
l2tp: take a reference on sessions used in genetlink handlers
Guillaume Nault
2017-04-02
3
-16
/
+35
*
l2tp: hold session while sending creation notifications
Guillaume Nault
2017-04-02
1
-2
/
+4
*
l2tp: fix duplicate session creation
Guillaume Nault
2017-04-02
3
-56
/
+84
*
l2tp: ensure session can't get removed during pppol2tp_session_ioctl()
Guillaume Nault
2017-04-02
1
-4
/
+11
*
l2tp: fix race in l2tp_recv_common()
Guillaume Nault
2017-04-02
4
-23
/
+88
*
sctp: use right in and out stream cnt
Xin Long
2017-04-02
4
-12
/
+11
*
Merge tag 'mac80211-for-davem-2017-03-31' of git://git.kernel.org/pub/scm/lin...
David S. Miller
2017-04-01
2
-7
/
+6
|
\
|
*
mac80211: unconditionally start new netdev queues with iTXQ support
Johannes Berg
2017-03-29
1
-1
/
+2
|
*
cfg80211: check rdev resume callback only for registered wiphy
Arend Van Spriel
2017-03-29
1
-6
/
+4
*
|
openvswitch: Fix ovs_flow_key_update()
Yi-Hung Wei
2017-04-01
1
-2
/
+8
*
|
sctp: alloc stream info when initializing asoc
Xin Long
2017-03-30
3
-16
/
+43
*
|
net/packet: fix overflow in check for tp_reserve
Andrey Konovalov
2017-03-30
1
-0
/
+2
*
|
net/packet: fix overflow in check for tp_frame_nr
Andrey Konovalov
2017-03-30
1
-0
/
+2
*
|
net/packet: fix overflow in check for priv area size
Andrey Konovalov
2017-03-30
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2017-03-29
8
-130
/
+206
|
\
\
|
*
|
netfilter: nfnetlink_queue: fix secctx memory leak
Liping Zhang
2017-03-29
1
-2
/
+7
|
*
|
netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to register
Gao Feng
2017-03-27
1
-18
/
+1
|
*
|
netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregister
Liping Zhang
2017-03-27
1
-3
/
+10
|
*
|
netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash table
Liping Zhang
2017-03-27
1
-96
/
+81
|
*
|
netfilter: invoke synchronize_rcu after set the _hook_ to NULL
Liping Zhang
2017-03-27
5
-1
/
+7
|
*
|
netfilter: nfnl_cthelper: Fix memory leak
Jeffy Chen
2017-03-22
1
-3
/
+9
|
*
|
netfilter: nfnl_cthelper: fix runtime expectation policy updates
Pablo Neira Ayuso
2017-03-22
1
-2
/
+84
|
*
|
netfilter: nfnl_cthelper: fix incorrect helper->expect_class_max
Liping Zhang
2017-03-21
1
-9
/
+11
*
|
|
l2tp: purge socket queues in the .destruct() callback
Guillaume Nault
2017-03-29
1
-3
/
+4
*
|
|
l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6
Guillaume Nault
2017-03-29
2
-4
/
+6
|
|
/
|
/
|
*
|
openvswitch: Fix refcount leak on force commit.
Jarno Rajahalme
2017-03-29
1
-2
/
+2
*
|
sctp: change to save MSG_MORE flag into assoc
Xin Long
2017-03-29
2
-2
/
+2
*
|
net: ipconfig: fix ic_close_devs() use-after-free
Mark Rutland
2017-03-28
1
-1
/
+1
*
|
ping: implement proper locking
Eric Dumazet
2017-03-25
1
-2
/
+3
*
|
secure_seq: downgrade to per-host timestamp offsets
Florian Westphal
2017-03-25
1
-2
/
+29
*
|
net: Do not allow negative values for busy_read and busy_poll sysctl interfaces
Alexander Duyck
2017-03-24
1
-2
/
+4
*
|
kcm: return immediately after copy_from_user() failure
WANG Cong
2017-03-24
1
-3
/
+3
*
|
net: neigh: guard against NULL solicit() method
Eric Dumazet
2017-03-24
1
-1
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-03-23
48
-312
/
+502
|
\
\
|
*
|
inet: frag: release spinlock before calling icmp_send()
Eric Dumazet
2017-03-22
1
-8
/
+17
|
*
|
tcp: initialize icsk_ack.lrcvtime at session start time
Eric Dumazet
2017-03-22
2
-1
/
+2
|
*
|
genetlink: fix counting regression on ctrl_dumpfamily()
Stanislaw Gruszka
2017-03-22
1
-1
/
+3
|
*
|
socket, bpf: fix sk_filter use after free in sk_clone_lock
Daniel Borkmann
2017-03-22
1
-0
/
+6
|
*
|
ipv4: provide stronger user input validation in nl_fib_input()
Eric Dumazet
2017-03-22
1
-1
/
+2
|
*
|
ipv6: make sure to initialize sockc.tsflags before first use
Alexander Potapenko
2017-03-22
1
-1
/
+1
|
*
|
tipc: fix nametbl deadlock at tipc_nametbl_unsubscribe
Ying Xue
2017-03-22
1
-1
/
+6
|
*
|
sctp: remove useless err from sctp_association_init
Xin Long
2017-03-22
1
-4
/
+2
|
*
|
cgroup, net_cls: iterate the fds of only the tasks which are being migrated
Tejun Heo
2017-03-22
1
-16
/
+16
|
*
|
tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS
Soheil Hassas Yeganeh
2017-03-22
2
-7
/
+12
[next]