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
*
af_netlink: ensure that NLMSG_DONE never fails in dumps
Jason A. Donenfeld
2017-11-13
2
-6
/
+12
*
netem: support delivering packets in delayed time slots
Dave Taht
2017-11-13
1
-3
/
+71
*
netem: add uapi to express delay and jitter in nanoseconds
Dave Taht
2017-11-13
1
-0
/
+14
*
netem: convert to qdisc_watchdog_schedule_ns
Dave Taht
2017-11-13
1
-28
/
+28
*
ipv6: try not to take rtnl_lock in ip6mr_sk_done
Francesco Ruggeri
2017-11-13
1
-0
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-12
5
-12
/
+23
|
\
|
*
vlan: fix a use-after-free in vlan_device_event()
Cong Wang
2017-11-11
1
-3
/
+3
|
*
net: dsa: return after vlan prepare phase
Vivien Didelot
2017-11-11
1
-0
/
+2
|
*
net: dsa: return after mdb prepare phase
Vivien Didelot
2017-11-11
1
-0
/
+2
|
*
tcp: fix tcp_fastretrans_alert warning
Yuchung Cheng
2017-11-10
1
-2
/
+1
|
*
tcp: gso: avoid refcount_t warning from tcp_gso_segment()
Eric Dumazet
2017-11-10
1
-2
/
+10
|
*
rds: ib: Fix NULL pointer dereference in debug code
Håkon Bugge
2017-11-10
1
-5
/
+5
*
|
net: Remove unused skb_shared_info member
Mat Martineau
2017-11-11
1
-31
/
+0
*
|
l2tp: remove the .tunnel_sock field from struct pppol2tp_session
Guillaume Nault
2017-11-11
1
-10
/
+0
*
|
l2tp: avoid using ->tunnel_sock for getting session's parent tunnel
Guillaume Nault
2017-11-11
1
-54
/
+12
*
|
l2tp: remove .tunnel_sock from struct l2tp_eth
Guillaume Nault
2017-11-11
1
-2
/
+0
*
|
net: dsa: lan9303: Clear offload_fwd_mark for IGMP
Egil Hjelmeland
2017-11-11
1
-0
/
+13
*
|
net: dsa: {e}dsa: set offload_fwd_mark on received packets
Andrew Lunn
2017-11-11
2
-0
/
+4
*
|
net: dsa: Fix SWITCHDEV_ATTR_ID_PORT_PARENT_ID
Andrew Lunn
2017-11-11
1
-2
/
+3
*
|
sock: Remove the global prot_inuse counter.
Tonghao Zhang
2017-11-11
1
-22
/
+0
*
|
net: decnet: dn_table: mark expected switch fall-through
Gustavo A. R. Silva
2017-11-11
1
-0
/
+1
*
|
l2tp: don't close sessions in l2tp_tunnel_destruct()
Guillaume Nault
2017-11-11
1
-2
/
+0
*
|
tcp: use sequence distance to detect reordering
Yuchung Cheng
2017-11-11
4
-106
/
+68
*
|
tcp: retire FACK loss detection
Yuchung Cheng
2017-11-11
6
-60
/
+10
*
|
tipc: improve link resiliency when rps is activated
Jon Maloy
2017-11-11
3
-26
/
+40
*
|
net: ipv6: sysctl to specify IPv6 ND traffic class
Maciej Żenczykowski
2017-11-11
2
-1
/
+19
*
|
net/ncsi: Don't return error on normal response
Samuel Mendoza-Jonas
2017-11-11
1
-17
/
+14
*
|
net/ncsi: Improve general state logging
Samuel Mendoza-Jonas
2017-11-11
3
-21
/
+80
*
|
act_vlan: VLAN action rewrite to use RCU lock/unlock and update
Manish Kurup
2017-11-10
1
-24
/
+51
*
|
act_vlan: Change stats update to use per-core stats
Manish Kurup
2017-11-10
1
-4
/
+6
*
|
ip_gre: add the support for i/o_flags update via ioctl
Xin Long
2017-11-10
1
-3
/
+16
*
|
ip_gre: add the support for i/o_flags update via netlink
Xin Long
2017-11-10
1
-2
/
+37
*
|
tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem
Eric Dumazet
2017-11-10
6
-41
/
+45
*
|
net: allow per netns sysctl_rmem and sysctl_wmem for protos
Eric Dumazet
2017-11-10
1
-4
/
+6
*
|
net: dsa: Don't add vlans when vlan filtering is disabled
Andrew Lunn
2017-11-10
1
-2
/
+8
*
|
net: dsa: switch: Don't add CPU port to an mdb by default
Andrew Lunn
2017-11-10
1
-1
/
+1
*
|
net: dsa: add more const attributes
Andrew Lunn
2017-11-10
2
-5
/
+5
*
|
net: dsa: slave: Handle switchdev host mdb add/del
Andrew Lunn
2017-11-10
1
-0
/
+13
*
|
net: bridge: Add/del switchdev object on host join/leave
Andrew Lunn
2017-11-10
2
-0
/
+45
*
|
net: bridge: Send notification when host join/leaves a group
Andrew Lunn
2017-11-10
2
-4
/
+11
*
|
net: bridge: Rename mglist to host_joined
Andrew Lunn
2017-11-10
4
-10
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-10
36
-130
/
+231
|
\
|
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2017-11-09
2
-38
/
+37
|
|
\
|
|
*
xfrm: Fix stack-out-of-bounds read in xfrm_state_find.
Steffen Klassert
2017-11-03
1
-18
/
+11
|
|
*
xfrm: do unconditional template resolution before pcpu cache check
Florian Westphal
2017-11-03
1
-18
/
+24
|
|
*
xfrm: defer daddr pointer assignment after spi parsing
Florian Westphal
2017-11-02
1
-2
/
+2
|
*
|
cls_u32: use tcf_exts_get_net() before call_rcu()
Cong Wang
2017-11-09
1
-1
/
+7
|
*
|
cls_tcindex: use tcf_exts_get_net() before call_rcu()
Cong Wang
2017-11-09
1
-7
/
+26
|
*
|
cls_rsvp: use tcf_exts_get_net() before call_rcu()
Cong Wang
2017-11-09
1
-3
/
+12
|
*
|
cls_route: use tcf_exts_get_net() before call_rcu()
Cong Wang
2017-11-09
1
-3
/
+14
[next]