index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-29
Bluetooth: Fix potential memory leak
Jaganath Kanakkassery
4
-1
/
+8
2017-10-29
sctp: fix some type cast warnings introduced since very beginning
Xin Long
3
-5
/
+5
2017-10-29
sctp: fix a type cast warnings that causes a_rwnd gets the wrong value
Xin Long
1
-2
/
+2
2017-10-29
sctp: fix some type cast warnings introduced by transport rhashtable
Xin Long
1
-11
/
+11
2017-10-29
sctp: fix some type cast warnings introduced by stream reconf
Xin Long
3
-12
/
+21
2017-10-29
net_sched: avoid matching qdisc with zero handle
Cong Wang
1
-0
/
+2
2017-10-29
ipv6: prevent user from adding cached routes
Wei Wang
1
-0
/
+6
2017-10-29
sctp: reset owner sk for data chunks on out queues when migrating a sock
Xin Long
1
-0
/
+32
2017-10-29
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
6
-10
/
+400
2017-10-29
bpf: rename sk_actions to align with bpf infrastructure
John Fastabend
1
-2
/
+3
2017-10-29
bpf: bpf_compute_data uses incorrect cb structure
John Fastabend
1
-1
/
+26
2017-10-29
l2tp: initialise PPP sessions before registering them
Guillaume Nault
1
-31
/
+38
2017-10-29
l2tp: protect sock pointer of struct pppol2tp_session with RCU
Guillaume Nault
1
-53
/
+101
2017-10-29
l2tp: initialise l2tp_eth sessions before registering them
Guillaume Nault
1
-31
/
+75
2017-10-29
l2tp: don't register sessions in l2tp_session_create()
Guillaume Nault
4
-20
/
+36
2017-10-29
tcp: Remove "linux/unaligned/access_ok.h" include.
David S. Miller
1
-1
/
+0
2017-10-29
bridge: vlan: signal if anything changed on vlan add
Nikolay Aleksandrov
3
-28
/
+73
2017-10-29
bridge: netlink: make setlink/dellink notifications more accurate
Nikolay Aleksandrov
3
-24
/
+37
2017-10-28
tcp: Namespace-ify sysctl_tcp_pacing_ca_ratio
Eric Dumazet
3
-12
/
+11
2017-10-28
tcp: Namespace-ify sysctl_tcp_pacing_ss_ratio
Eric Dumazet
3
-17
/
+11
2017-10-28
tcp: Namespace-ify sysctl_tcp_invalid_ratelimit
Eric Dumazet
3
-9
/
+9
2017-10-28
tcp: Namespace-ify sysctl_tcp_autocorking
Eric Dumazet
3
-12
/
+11
2017-10-28
tcp: Namespace-ify sysctl_tcp_min_rtt_wlen
Eric Dumazet
3
-9
/
+9
2017-10-28
tcp: Namespace-ify sysctl_tcp_min_tso_segs
Eric Dumazet
4
-12
/
+12
2017-10-28
tcp: Namespace-ify sysctl_tcp_challenge_ack_limit
Eric Dumazet
3
-15
/
+15
2017-10-28
tcp: Namespace-ify sysctl_tcp_limit_output_bytes
Eric Dumazet
3
-11
/
+11
2017-10-28
tcp: Namespace-ify sysctl_tcp_workaround_signed_windows
Eric Dumazet
5
-19
/
+15
2017-10-28
tcp: Namespace-ify sysctl_tcp_tso_win_divisor
Eric Dumazet
3
-14
/
+13
2017-10-28
tcp: Namespace-ify sysctl_tcp_moderate_rcvbuf
Eric Dumazet
3
-10
/
+10
2017-10-28
tcp: Namespace-ify sysctl_tcp_nometrics_save
Eric Dumazet
2
-10
/
+8
2017-10-28
tcp: refresh tp timestamp before tcp_mtu_probe()
Eric Dumazet
1
-1
/
+1
2017-10-28
ipv6: exthdrs: use swap macro in ipv6_dest_hao
Gustavo A. R. Silva
1
-4
/
+1
2017-10-28
net: dsa: move fixed link registration helpers
Vivien Didelot
5
-47
/
+56
2017-10-27
net/sched: Add support for HW offloading for CBS
Vinicius Costa Gomes
1
-12
/
+92
2017-10-27
net/sched: Introduce Credit Based Shaper (CBS) qdisc
Vinicius Costa Gomes
3
-0
/
+305
2017-10-27
net/sched: Add select_queue() class_ops for mqprio
Jesus Sanchez-Palencia
1
-0
/
+7
2017-10-27
net/sched: Change behavior of mq select_queue()
Jesus Sanchez-Palencia
1
-9
/
+1
2017-10-27
net/sched: Check for null dev_queue on create flow
Jesus Sanchez-Palencia
1
-1
/
+7
2017-10-28
net: dsa: remove port masks
Vivien Didelot
2
-14
/
+0
2017-10-28
net: dsa: define port types
Vivien Didelot
2
-0
/
+9
2017-10-28
net: dsa: introduce dsa_user_ports helper
Vivien Didelot
2
-2
/
+2
2017-10-28
net: dsa: use dsa_is_user_port everywhere
Vivien Didelot
2
-3
/
+3
2017-10-27
ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmit
Xin Long
1
-2
/
+7
2017-10-27
ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_err
Xin Long
1
-4
/
+7
2017-10-27
ipip: only increase err_count for some certain type icmp in ipip_err
Xin Long
1
-17
/
+42
2017-10-27
net: dsa: lan9303: Learn addresses on CPU port when bridged
Egil Hjelmeland
1
-1
/
+22
2017-10-27
net: dsa: Simplify dsa_slave_phy_setup()
Florian Fainelli
1
-22
/
+4
2017-10-27
tcp: Namespace-ify sysctl_tcp_frto
Eric Dumazet
3
-9
/
+9
2017-10-27
tcp: Namespace-ify sysctl_tcp_adv_win_scale
Eric Dumazet
3
-17
/
+15
2017-10-27
tcp: Namespace-ify sysctl_tcp_app_win
Eric Dumazet
3
-11
/
+12
[prev]
[next]