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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-21
net: sched: sch: add extack for init callback
Alexander Aring
31
-37
/
+74
2017-12-21
net: sched: sch_api: handle generic qdisc errors
Alexander Aring
1
-43
/
+105
2017-12-21
net: sched: fix coding style issues
Alexander Aring
6
-13
/
+14
2017-12-20
Merge branch 's390-net-next'
David S. Miller
11
-440
/
+234
2017-12-20
s390/qeth: replace open-coded in*_pton()
Julian Wiedmann
3
-89
/
+12
2017-12-20
s390/qeth: pass full data length to l3_fill_header()
Julian Wiedmann
1
-8
/
+10
2017-12-20
s390/qeth: streamline l3_fill_header()
Julian Wiedmann
1
-56
/
+43
2017-12-20
s390/qeth: unionize next-hop field in qeth L3 header
Julian Wiedmann
2
-8
/
+23
2017-12-20
s390/qeth: recognize non-IP multicast on L3 transmit
Julian Wiedmann
2
-5
/
+1
2017-12-20
s390/qeth: clean up l3_get_cast_type()
Julian Wiedmann
2
-35
/
+20
2017-12-20
s390/qeth: robustify qeth_get_ip_version()
Julian Wiedmann
1
-6
/
+8
2017-12-20
s390/qeth: align L2 and L3 set_rx_mode() implementations
Julian Wiedmann
2
-67
/
+43
2017-12-20
s390/qeth: use ether_addr_* helpers
Julian Wiedmann
6
-37
/
+32
2017-12-20
s390/qeth: consolidate qeth MAC address helpers
Julian Wiedmann
1
-29
/
+18
2017-12-20
s390/qeth: don't keep track of MAC address's cast type
Julian Wiedmann
2
-20
/
+8
2017-12-20
s390/qeth: drop CONFIG_QETH_IPV6
Julian Wiedmann
2
-54
/
+9
2017-12-20
s390/qeth: use ip*_eth_mc_map helpers
Julian Wiedmann
1
-29
/
+14
2017-12-20
qeth: convert qeth_reply.refcnt from atomic_t to refcount_t
Elena Reshetova
2
-6
/
+5
2017-12-20
net: convert lcs_reply.refcnt from atomic_t to refcount_t
Elena Reshetova
2
-8
/
+5
2017-12-20
Merge tag 'batadv-next-for-davem-20171220' of git://git.open-mesh.org/linux-m...
David S. Miller
62
-1353
/
+2852
2017-12-20
Merge branch 'replace-tcp_set_state-tracepoint-with-inet_sock_set_state'
David S. Miller
15
-66
/
+167
2017-12-20
net: tracepoint: using sock_set_state tracepoint to trace SCTP state transition
Yafang Shao
3
-9
/
+9
2017-12-20
net: tracepoint: using sock_set_state tracepoint to trace DCCP state transition
Yafang Shao
1
-1
/
+1
2017-12-20
net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...
Yafang Shao
7
-32
/
+30
2017-12-20
net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...
Yafang Shao
7
-40
/
+128
2017-12-20
tcp: Export to userspace the TCP state names for the trace events
Steven Rostedt (VMware)
1
-13
/
+28
2017-12-20
netdevsim: correctly check return value of debugfs_create_dir
Prashant Bhole
2
-6
/
+8
2017-12-20
ip6_gre: fix potential memory leak in ip6erspan_rcv
Haishuang Yan
1
-1
/
+3
2017-12-20
ip_gre: fix potential memory leak in erspan_rcv
Haishuang Yan
1
-1
/
+3
2017-12-20
ip6_gre: fix error path when ip6erspan_rcv failed
Haishuang Yan
1
-1
/
+2
2017-12-20
ip_gre: fix error path when erspan_rcv failed
Haishuang Yan
1
-0
/
+2
2017-12-20
ip6_gre: fix a pontential issue in ip6erspan_rcv
Haishuang Yan
1
-3
/
+2
2017-12-20
net: amd-xgbe: Get rid of custom hex_dump_to_buffer()
Andy Shevchenko
1
-17
/
+7
2017-12-20
net: Clarify dev_weight documentation for LRO and GRO_HW.
Michael Chan
1
-1
/
+3
2017-12-20
Merge branch 'netdevsim-couple-of-build-warning-fixes'
David S. Miller
2
-4
/
+1
2017-12-20
netdevsim: bpf: remove unused variable
Jakub Kicinski
1
-3
/
+0
2017-12-20
netdevsim: declare struct device_type as static
Jakub Kicinski
1
-1
/
+1
2017-12-20
selftests: rtnetlink: add gretap test cases
William Tu
1
-0
/
+98
2017-12-20
net: pasemi: Replace mac address parsing
Andy Shevchenko
1
-3
/
+1
2017-12-20
net: bonding: Replace mac address parsing
Andy Shevchenko
1
-5
/
+1
2017-12-20
bridge: Use helpers to handle MAC address
Andy Shevchenko
1
-10
/
+3
2017-12-20
ip6_vti: adjust vti mtu according to mtu of lower device
Alexey Kodanev
1
-0
/
+20
2017-12-19
Merge branch 'nfp-flower-add-Geneve-tunnel-support'
David S. Miller
6
-82
/
+152
2017-12-19
nfp: flower: compile Geneve encap actions
John Hurley
2
-38
/
+48
2017-12-19
nfp: flower: compile Geneve match fields
John Hurley
4
-42
/
+91
2017-12-19
nfp: flower: read extra feature support from fw
John Hurley
2
-1
/
+11
2017-12-19
nfp: flower: remove unused tun_mask variable
John Hurley
1
-5
/
+6
2017-12-19
cxgb4: RSS table is 4k for T6
Ganesh Goudar
6
-23
/
+36
2017-12-19
net_sched: properly check for empty skb array on error path
Cong Wang
1
-1
/
+7
2017-12-19
ibmvnic: Include header descriptor support for ARP packets
Thomas Falcon
1
-1
/
+6
[next]