index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-27
tcp: Namespace-ify sysctl_tcp_app_win
Eric Dumazet
3
-11
/
+12
2017-10-27
tcp: Namespace-ify sysctl_tcp_dsack
Eric Dumazet
3
-10
/
+10
2017-10-27
tcp: Namespace-ify sysctl_tcp_max_reordering
Eric Dumazet
3
-9
/
+10
2017-10-27
tcp: Namespace-ify sysctl_tcp_fack
Eric Dumazet
4
-11
/
+10
2017-10-27
tcp: Namespace-ify sysctl_tcp_abort_on_overflow
Eric Dumazet
2
-10
/
+8
2017-10-27
tcp: Namespace-ify sysctl_tcp_rfc1337
Eric Dumazet
3
-9
/
+8
2017-10-27
tcp: Namespace-ify sysctl_tcp_stdurg
Eric Dumazet
2
-9
/
+8
2017-10-27
tcp: Namespace-ify sysctl_tcp_retrans_collapse
Eric Dumazet
3
-12
/
+9
2017-10-27
tcp: Namespace-ify sysctl_tcp_slow_start_after_idle
Eric Dumazet
3
-11
/
+9
2017-10-27
tcp: Namespace-ify sysctl_tcp_thin_linear_timeouts
Eric Dumazet
2
-10
/
+8
2017-10-27
tcp: Namespace-ify sysctl_tcp_recovery
Eric Dumazet
4
-10
/
+9
2017-10-27
tcp: Namespace-ify sysctl_tcp_early_retrans
Eric Dumazet
4
-11
/
+13
2017-10-27
ipv6: esp6: use BUG_ON instead of if condition followed by BUG
Gustavo A. R. Silva
1
-2
/
+2
2017-10-27
Merge tag 'mac80211-for-davem-2017-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
David S. Miller
3
-17
/
+82
2017-10-27
l2tp: cleanup l2tp_tunnel_delete calls
Jiri Slaby
2
-2
/
+2
2017-10-26
net: xfrm_user: use BUG_ON instead of if condition followed by BUG
Gustavo A. R. Silva
1
-18
/
+27
2017-10-26
smc: add SMC rendezvous protocol
Ursula Braun
1
-0
/
+16
2017-10-26
tcp: TCP experimental option for SMC
Ursula Braun
4
-3
/
+120
2017-10-26
smc: fix mutex unlocks during link group creation
Ursula Braun
1
-11
/
+15
2017-10-26
tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->data
Yousuk Seung
1
-1
/
+3
2017-10-26
tipc: fix a dangling pointer
Cong Wang
1
-1
/
+3
2017-10-26
vsock: always call vsock_init_tables()
Cong Wang
1
-3
/
+4
2017-10-26
tcp/dccp: fix other lockdep splats accessing ireq_opt
Eric Dumazet
3
-4
/
+4
2017-10-26
rds: Fix inaccurate accounting of unsignaled wrs
Håkon Bugge
1
-8
/
+7
2017-10-26
rds: ib: Fix uninitialized variable
Håkon Bugge
1
-0
/
+1
2017-10-26
net: dsa: don't unmask port bitmaps
Vivien Didelot
1
-4
/
+0
2017-10-26
net: dsa: legacy: don't unmask port bitmaps
Vivien Didelot
1
-4
/
+0
2017-10-26
xfrm: Clear sk_dst_cache when applying per-socket policy.
Jonathan Basseri
1
-0
/
+1
2017-10-26
net/unix: don't show information about sockets from other namespaces
Andrei Vagin
1
-0
/
+2
2017-10-26
tipc: eliminate KASAN warning
Jon Maloy
1
-1
/
+1
2017-10-25
netfilter: nft_set_hash: disable fast_ops for 2-len keys
Anatole Denis
1
-1
/
+0
2017-10-25
mac80211: don't compare TKIP TX MIC key in reinstall prevention
Johannes Berg
1
-2
/
+34
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
Mark Rutland
12
-18
/
+18
2017-10-25
locking/atomics, net/ipv4/tcp_input.c: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()
Mark Rutland
1
-3
/
+3
2017-10-25
locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()
Mark Rutland
2
-3
/
+3
2017-10-25
Merge tag 'nfs-for-4.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-11
/
+25
2017-10-25
net: atm/mpc: Stop using open-coded timer .data field
Kees Cook
1
-4
/
+6
2017-10-25
net: af_packet: Convert timers to use timer_setup()
Kees Cook
1
-15
/
+7
2017-10-25
net: hsr: Convert timers to use timer_setup()
Kees Cook
3
-10
/
+7
2017-10-25
net: dccp: Convert timers to use timer_setup()
Kees Cook
5
-15
/
+20
2017-10-25
net: LLC: Convert timers to use timer_setup()
Kees Cook
2
-18
/
+21
2017-10-25
net: ax25: Convert timers to use timer_setup()
Kees Cook
3
-30
/
+27
2017-10-25
net: sctp: Convert timers to use timer_setup()
Kees Cook
4
-47
/
+61
2017-10-25
bonding: remove rtmsg_ifinfo called after bond_lower_state_changed
Xin Long
1
-1
/
+0
2017-10-25
rtnetlink: bring NETDEV_CHANGELOWERSTATE event process back to rtnetlink_event
Xin Long
1
-0
/
+1
2017-10-25
bridge: remove rtmsg_ifinfo called in add_del_if
Xin Long
1
-3
/
+0
2017-10-25
net: dsa: check master device before put
Vivien Didelot
1
-3
/
+4
2017-10-25
strparser: Use delayed work instead of timer for msg timeout
Tom Herbert
1
-9
/
+8
2017-10-25
ip6_tunnel: Allow rcv/xmit even if remote address is a local address
Shmulik Ladkani
1
-2
/
+4
2017-10-24
netfilter: nf_ct_h323: Out Of Bound Read in Netfilter Conntrack
Eric Sesterhenn
1
-0
/
+1
[prev]
[next]