index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
*
net: sit: fix memory leak in sit_init_net()
Mao Wenan
2019-03-02
1
-0
/
+1
*
ipv4: Add ICMPv6 support when parse route ipproto
Hangbin Liu
2019-03-01
3
-6
/
+16
*
sctp: chunk.c: correct format string for size_t in printk
Matthias Maennich
2019-02-28
1
-1
/
+1
*
net: netem: fix skb length BUG_ON in __skb_to_sgvec
Sheng Lan
2019-02-28
1
-3
/
+7
*
netlabel: fix out-of-bounds memory accesses
Paul Moore
2019-02-27
2
-2
/
+4
*
ipv4: Pass original device to ip_rcv_finish_core
David Ahern
2019-02-27
1
-4
/
+5
*
net: nfc: Fix NULL dereference on nfc_llcp_build_tlv fails
YueHaibing
2019-02-27
2
-4
/
+40
*
tipc: fix race condition causing hung sendto
Tung Nguyen
2019-02-26
1
-1
/
+5
*
mpls: Return error for RTA_GATEWAY attribute
David Ahern
2019-02-26
1
-0
/
+3
*
ipv6: Return error for RTA_VIA attribute
David Ahern
2019-02-26
1
-0
/
+4
*
ipv4: Return error for RTA_VIA attribute
David Ahern
2019-02-26
1
-0
/
+4
*
net: avoid use IPCB in cipso_v4_error
Nazarov Sergey
2019-02-25
2
-7
/
+32
*
net: Add __icmp_send helper.
Nazarov Sergey
2019-02-25
1
-3
/
+4
*
net: socket: set sock->sk to NULL after calling proto_ops::release()
Eric Biggers
2019-02-25
1
-0
/
+1
*
net: sched: act_tunnel_key: fix NULL pointer dereference during init
Vlad Buslov
2019-02-25
1
-1
/
+2
*
net: dsa: fix a leaked reference by adding missing of_node_put
Wen Yang
2019-02-25
2
-6
/
+11
*
net/sched: act_skbedit: fix refcount leak when replace fails
Davide Caratti
2019-02-24
1
-2
/
+1
*
net/sched: act_ipt: fix refcount leak when replace fails
Davide Caratti
2019-02-24
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-02-24
29
-186
/
+246
|
\
|
*
tcp: repaired skbs must init their tso_segs
Eric Dumazet
2019-02-23
1
-0
/
+1
|
*
net/x25: fix a race in x25_bind()
Eric Dumazet
2019-02-23
1
-5
/
+8
|
*
Revert "bridge: do not add port to router list when receives query with sourc...
Hangbin Liu
2019-02-23
1
-8
/
+1
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-02-22
2
-22
/
+39
|
|
\
|
|
*
Revert "xsk: simplify AF_XDP socket teardown"
Björn Töpel
2019-02-21
1
-1
/
+15
|
|
*
bpf/test_run: fix unkillable BPF_PROG_TEST_RUN
Stanislav Fomichev
2019-02-19
1
-21
/
+24
|
*
|
udp: fix possible user after free in error handler
Paolo Abeni
2019-02-22
1
-2
/
+4
|
*
|
udpv6: fix possible user after free in error handler
Paolo Abeni
2019-02-22
1
-4
/
+6
|
*
|
fou6: fix proto error handler argument type
Paolo Abeni
2019-02-22
1
-1
/
+1
|
*
|
udpv6: add the required annotation to mib type
Paolo Abeni
2019-02-22
1
-1
/
+1
|
*
|
net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255
Kalash Nainwal
2019-02-22
1
-1
/
+1
|
*
|
Merge tag 'mac80211-for-davem-2019-02-22' of git://git.kernel.org/pub/scm/lin...
David S. Miller
2019-02-22
2
-3
/
+8
|
|
\
\
|
|
*
|
mac80211: allocate tailroom for forwarded mesh packets
Felix Fietkau
2019-02-22
1
-1
/
+6
|
|
*
|
mac80211: Change default tx_sk_pacing_shift to 7
Toke Høiland-Jørgensen
2019-02-22
1
-2
/
+2
|
*
|
|
net: socket: add check for negative optlen in compat setsockopt
Jann Horn
2019-02-22
1
-1
/
+5
|
*
|
|
ipv6: route: purge exception on removal
Paolo Abeni
2019-02-22
1
-1
/
+12
|
*
|
|
net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_version
Lorenzo Bianconi
2019-02-22
1
-0
/
+3
|
*
|
|
sctp: don't compare hb_timer expire date before starting it
Maciej Kwiecien
2019-02-22
1
-1
/
+2
|
|
/
/
|
*
|
phonet: fix building with clang
Arnd Bergmann
2019-02-21
1
-16
/
+16
|
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2019-02-21
8
-44
/
+44
|
|
\
\
|
|
*
|
xfrm: Fix inbound traffic via XFRM interfaces across network namespaces
Tobias Brunner
2019-02-18
2
-3
/
+5
|
|
*
|
af_key: unconditionally clone on broadcast
Sean Tranchetti
2019-02-12
1
-25
/
+15
|
|
*
|
xfrm: destroy xfrm_state synchronously on net exit path
Cong Wang
2019-02-05
4
-14
/
+22
|
|
*
|
esp: Skip TX bytes accounting when sending from a request socket
Martin Willi
2019-01-28
2
-2
/
+2
|
*
|
|
net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretap
Lorenzo Bianconi
2019-02-21
1
-18
/
+18
|
*
|
|
net: ip_gre: do not report erspan_ver for gre or gretap
Lorenzo Bianconi
2019-02-21
1
-16
/
+17
|
*
|
|
tipc: improve function tipc_wait_for_rcvmsg()
Tung Nguyen
2019-02-21
1
-4
/
+5
|
*
|
|
tipc: improve function tipc_wait_for_cond()
Tung Nguyen
2019-02-21
1
-1
/
+1
|
*
|
|
net/smc: fix smc_poll in SMC_INIT state
Ursula Braun
2019-02-21
1
-3
/
+3
|
*
|
|
ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()
Paolo Abeni
2019-02-21
1
-1
/
+5
|
*
|
|
ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()
Paolo Abeni
2019-02-21
1
-5
/
+6
[next]