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
*
switchdev: Add extack argument to call_switchdev_notifiers()
Petr Machata
2019-01-18
3
-4
/
+5
*
net: Add extack argument to ndo_fdb_add()
Petr Machata
2019-01-18
5
-6
/
+11
*
tcp: less aggressive window probing on local congestion
Yuchung Cheng
2019-01-18
1
-15
/
+7
*
tcp: retry more conservatively on local congestion
Yuchung Cheng
2019-01-18
1
-5
/
+3
*
tcp: simplify window probe aborting on USER_TIMEOUT
Yuchung Cheng
2019-01-18
1
-7
/
+7
*
tcp: create a helper to model exponential backoff
Yuchung Cheng
2019-01-18
1
-13
/
+18
*
tcp: properly track retry time on passive Fast Open
Yuchung Cheng
2019-01-18
1
-0
/
+3
*
tcp: always set retrans_stamp on recovery
Yuchung Cheng
2019-01-18
2
-25
/
+7
*
tcp: always timestamp on every skb transmission
Yuchung Cheng
2019-01-18
1
-8
/
+8
*
tcp: exit if nothing to retransmit on RTO timeout
Yuchung Cheng
2019-01-18
1
-4
/
+2
*
net/ipv6/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICE
David Herrmann
2019-01-17
1
-12
/
+3
*
net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICE
David Herrmann
2019-01-17
1
-12
/
+3
*
net: introduce SO_BINDTOIFINDEX sockopt
David Herrmann
2019-01-17
1
-10
/
+36
*
tls: Fix recvmsg() to be able to peek across multiple records
Vakul Garg
2019-01-17
1
-70
/
+196
*
net/tls: Make function tls_sw_do_sendpage static
YueHaibing
2019-01-17
1
-2
/
+2
*
net/tls: remove unused function tls_sw_sendpage_locked
YueHaibing
2019-01-17
1
-10
/
+0
*
Optimize sk_msg_clone() by data merge to end dst sg entry
Vakul Garg
2019-01-17
1
-8
/
+17
*
net: dsa: Add ndo_get_phys_port_name() for CPU port
Florian Fainelli
2019-01-17
1
-1
/
+55
*
openvswitch: meter: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-01-17
1
-2
/
+1
*
net, decnet: use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-01-16
1
-1
/
+1
*
Fix ERROR:do not initialise statics to 0 in af_vsock.c
Lepton Wu
2019-01-16
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-01-15
29
-113
/
+209
|
\
|
*
net: clear skb->tstamp in bridge forwarding path
Paolo Abeni
2019-01-12
1
-0
/
+1
|
*
net: bpfilter: disallow to remove bpfilter module while being used
Taehee Yoo
2019-01-12
2
-23
/
+27
|
*
net: bpfilter: restart bpfilter_umh when error occurred
Taehee Yoo
2019-01-12
3
-12
/
+38
|
*
net: bpfilter: use cleanup callback to release umh_info
Taehee Yoo
2019-01-12
2
-20
/
+36
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-01-11
1
-1
/
+1
|
|
\
|
|
*
bpf: correctly set initial window on active Fast Open sender
Yuchung Cheng
2019-01-10
1
-1
/
+1
|
*
|
tcp: change txhash on SYN-data timeout
Yuchung Cheng
2019-01-10
1
-1
/
+1
|
*
|
ipv6: fix kernel-infoleak in ipv6_local_error()
Eric Dumazet
2019-01-10
1
-0
/
+1
|
*
|
net/core/neighbour: tell kmemleak about hash tables
Konstantin Khlebnikov
2019-01-10
1
-4
/
+9
|
*
|
ip: on queued skb use skb_header_pointer instead of pskb_may_pull
Willem de Bruijn
2019-01-10
2
-13
/
+9
|
|
/
|
*
packet: Do not leak dev refcounts on error exit
Jason Gunthorpe
2019-01-09
1
-2
/
+2
|
*
net: bridge: Fix VLANs memory leak
Ido Schimmel
2019-01-08
2
-13
/
+14
|
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-01-08
1
-4
/
+4
|
|
\
|
|
*
bpf: Fix [::] -> [::1] rewrite in sys_sendmsg
Andrey Ignatov
2019-01-05
1
-4
/
+4
|
*
|
smc: move unhash as early as possible in smc_release()
Cong Wang
2019-01-07
1
-1
/
+3
|
*
|
net: bridge: fix a bug on using a neighbour cache entry without checking its ...
JianJhen Chen
2019-01-07
1
-1
/
+1
|
*
|
tipc: fix memory leak in tipc_nl_compat_publ_dump
Gustavo A. R. Silva
2019-01-07
1
-1
/
+3
|
*
|
rds: use DIV_ROUND_UP instead of ceil
Jacob Wen
2019-01-07
4
-9
/
+5
|
*
|
can: gw: ensure DLC boundaries after CAN frame modification
Oliver Hartkopp
2019-01-07
1
-3
/
+27
|
*
|
ipv6: Take rcu_read_lock in __inet6_bind for mapped addresses
David Ahern
2019-01-05
1
-1
/
+4
|
|
/
|
*
ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped address
David Ahern
2019-01-05
1
-1
/
+10
|
*
ipv6: make icmp6_send() robust against null skb->dev
Eric Dumazet
2019-01-04
1
-2
/
+6
|
*
fou6: Prevent unbounded recursion in GUE error handler
Stefano Brivio
2019-01-04
1
-0
/
+8
|
*
fou: Prevent unbounded recursion in GUE error handler also with UDP-Lite
Stefano Brivio
2019-01-04
1
-1
/
+2
|
*
openvswitch: Fix IPv6 later frags parsing
Yi-Hung Wei
2019-01-04
1
-3
/
+5
|
*
net, skbuff: do not prefer skb allocation fails early
David Rientjes
2019-01-04
1
-6
/
+1
|
*
netlink: fixup regression in RTM_GETADDR
Arthur Gautier
2019-01-04
2
-2
/
+2
*
|
libceph: allow setting abort_on_full for rbd
Dongsheng Yang
2019-01-07
3
-4
/
+13
[next]