index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-27
nexthop: Fix type of event_type in call_nexthop_notifiers
Nathan Chancellor
1
-1
/
+1
2020-05-27
net: ethtool: Allow PHY cable test TDR data to configured
Andrew Lunn
1
-2
/
+102
2020-05-27
net: ethtool: Add helpers for cable test TDR data
Andrew Lunn
1
-1
/
+79
2020-05-27
net: ethtool: Add generic parts of cable test TDR
Andrew Lunn
3
-6
/
+64
2020-05-27
mptcp: attempt coalescing when moving skbs to mptcp rx queue
Florian Westphal
1
-2
/
+19
2020-05-27
net/smc: mark smc_pnet_policy as const
Dmitry Vyukov
1
-1
/
+1
2020-05-27
Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...
David S. Miller
31
-267
/
+507
2020-05-27
cls_flower: Support filtering on multiple MPLS Label Stack Entries
Guillaume Nault
1
-1
/
+242
2020-05-27
flow_dissector: Parse multiple MPLS Label Stack Entries
Guillaume Nault
2
-32
/
+69
2020-05-27
Merge tag 'batadv-next-for-davem-20200526' of git://git.open-mesh.org/linux-m...
David S. Miller
5
-20
/
+8
2020-05-27
tipc: add test for Nagle algorithm effectiveness
Tuong Lien
3
-17
/
+64
2020-05-27
tipc: add support for broadcast rcv stats dumping
Tuong Lien
9
-56
/
+101
2020-05-27
tipc: enable broadcast retrans via unicast
Tuong Lien
6
-11
/
+28
2020-05-27
tipc: add back link trace events
Tuong Lien
2
-5
/
+11
2020-05-27
tipc: introduce Gap ACK blocks for broadcast link
Tuong Lien
5
-185
/
+293
2020-05-27
tcp: tcp_v4_err() icmp skb is named icmp_skb
Eric Dumazet
1
-1
/
+1
2020-05-26
batman-adv: Revert "disable ethtool link speed detection when auto negotiatio...
Sven Eckelmann
1
-14
/
+1
2020-05-26
bridge: mrp: Fix out-of-bounds read in br_mrp_parse
Horatiu Vultur
1
-0
/
+6
2020-05-26
tcp: allow traceroute -Mtcp for unpriv users
Eric Dumazet
2
-0
/
+4
2020-05-26
ipv4: potential underflow in compat_ip_setsockopt()
Dan Carpenter
1
-1
/
+1
2020-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
38
-217
/
+442
2020-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
37
-215
/
+435
2020-05-24
ethtool: propagate get_coalesce return value
Heiner Kallweit
1
-1
/
+4
2020-05-24
net: devres: provide devm_register_netdev()
Bartosz Golaszewski
1
-0
/
+55
2020-05-24
net: devres: define a separate devres structure for devm_alloc_etherdev()
Bartosz Golaszewski
1
-8
/
+12
2020-05-24
net: move devres helpers into a separate source file
Bartosz Golaszewski
3
-29
/
+37
2020-05-24
net: psample: fix build error when CONFIG_INET is not enabled
Randy Dunlap
1
-0
/
+8
2020-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
17
-374
/
+789
2020-05-23
rxrpc: Fix a memory leak in rxkad_verify_response()
Qiushi Wu
1
-2
/
+1
2020-05-23
bridge: mrp: Restore port state when deleting MRP instance
Horatiu Vultur
1
-4
/
+9
2020-05-23
bridge: mrp: Add br_mrp_unique_ifindex function
Horatiu Vultur
1
-0
/
+25
2020-05-23
Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel...
David S. Miller
13
-122
/
+282
2020-05-23
net: flow_offload: simplify hw stats check handling
Edward Cree
1
-0
/
+6
2020-05-23
mpls: Add support for IPv6 tunnels
Vadim Fedorenko
1
-1
/
+2
2020-05-23
ip6_tunnel: add generic MPLS receive support
Vadim Fedorenko
1
-0
/
+59
2020-05-23
tunnel6: support for IPPROTO_MPLS
Vadim Fedorenko
1
-4
/
+83
2020-05-23
ip6_tunnel: add MPLS transmit support
Vadim Fedorenko
1
-2
/
+6
2020-05-23
ip6_tunnel: simplify transmit path
Vadim Fedorenko
1
-103
/
+79
2020-05-23
sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...
Jere Leppänen
1
-4
/
+5
2020-05-23
tipc: block BH before using dst_cache
Eric Dumazet
1
-1
/
+5
2020-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-5
/
+21
2020-05-23
mptcp: use untruncated hash in ADD_ADDR HMAC
Todd Malsbary
4
-25
/
+24
2020-05-23
nexthop: add support for notifiers
Roopa Prabhu
1
-0
/
+27
2020-05-23
vxlan: ecmp support for mac fdb entries
Roopa Prabhu
1
-0
/
+2
2020-05-23
nexthop: support for fdb ecmp nexthops
Roopa Prabhu
2
-25
/
+112
2020-05-22
batman-adv: use rcu_replace_pointer() where appropriate
Antonio Quartulli
3
-6
/
+6
2020-05-22
batman-adv: Revert "Drop lockdep.h include for soft-interface.c"
Sven Eckelmann
1
-0
/
+1
2020-05-22
flow_dissector: Drop BPF flow dissector prog ref on netns cleanup
Jakub Sitnicki
1
-5
/
+21
2020-05-22
xsk: Explicitly inline functions and move definitions
Björn Töpel
3
-143
/
+65
2020-05-22
xdp: Simplify xdp_return_{frame, frame_rx_napi, buff}
Björn Töpel
1
-12
/
+9
[next]