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.13.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-02-10
openvswitch: Inherit master's labels.
Jarno Rajahalme
1
-14
/
+31
2017-02-10
openvswitch: Refactor labels initialization.
Jarno Rajahalme
1
-42
/
+62
2017-02-10
openvswitch: Simplify labels length logic.
Jarno Rajahalme
1
-11
/
+9
2017-02-10
openvswitch: Unionize ovs_key_ct_label with a u32 array.
Jarno Rajahalme
2
-9
/
+14
2017-02-10
openvswitch: Do not trigger events for unconfirmed connections.
Jarno Rajahalme
1
-6
/
+22
2017-02-10
openvswitch: Use inverted tuple in ovs_ct_find_existing() if NATted.
Jarno Rajahalme
1
-2
/
+22
2017-02-10
openvswitch: Fix comments for skb->_nfct
Jarno Rajahalme
1
-7
/
+7
2017-02-10
Merge branch 'ena-bug-fixes'
David S. Miller
6
-83
/
+172
2017-02-10
net/ena: update driver version to 1.1.2
Netanel Belgazal
1
-1
/
+1
2017-02-10
net/ena: change condition for host attribute configuration
Netanel Belgazal
2
-7
/
+6
2017-02-10
net/ena: change driver's default timeouts
Netanel Belgazal
2
-5
/
+5
2017-02-10
net/ena: reduce the severity of ena printouts
Netanel Belgazal
2
-13
/
+28
2017-02-10
net/ena: use READ_ONCE to access completion descriptors
Netanel Belgazal
2
-4
/
+5
2017-02-10
net/ena: use napi_complete_done() return value
Netanel Belgazal
1
-15
/
+29
2017-02-10
net/ena: fix potential access to freed memory during device reset
Netanel Belgazal
1
-13
/
+43
2017-02-10
net/ena: refactor ena_get_stats64 to be atomic context safe
Netanel Belgazal
3
-15
/
+42
2017-02-10
net/ena: fix NULL dereference when removing the driver after device reset failed
Netanel Belgazal
1
-1
/
+5
2017-02-10
net/ena: fix RSS default hash configuration
Netanel Belgazal
1
-1
/
+1
2017-02-10
net/ena: fix ethtool RSS flow configuration
Netanel Belgazal
1
-6
/
+6
2017-02-10
net/ena: fix queues number calculation
Netanel Belgazal
1
-1
/
+1
2017-02-10
net/ena: remove ntuple filter support from device feature list
Netanel Belgazal
1
-1
/
+0
2017-02-10
Merge branch 'enic-vxlan-offload'
David S. Miller
6
-15
/
+364
2017-02-10
enic: add vxlan offload on tx path
Govindarajulu Varadarajan
1
-12
/
+114
2017-02-10
enic: add udp_tunnel ndo for vxlan offload
Govindarajulu Varadarajan
2
-3
/
+159
2017-02-10
enic: add devcmds for vxlan offload
Govindarajulu Varadarajan
4
-0
/
+91
2017-02-10
net: dsa: mv88e6xxx: Move forward declaration to where it is needed
Andrew Lunn
1
-2
/
+2
2017-02-10
net: dsa: Fix duplicate object rule
Florian Fainelli
1
-1
/
+0
2017-02-10
Merge branch 'qcom-emac-more-ethtool'
David S. Miller
3
-81
/
+143
2017-02-10
net: qcom/emac: add ethtool support for setting ring parameters
Timur Tabi
1
-0
/
+24
2017-02-10
net: qcom/emac: add ethtool support for reading hardware registers
Timur Tabi
3
-81
/
+119
2017-02-10
ARM: orion: remove unused wnr854t_switch_plat_data
Arnd Bergmann
1
-5
/
+0
2017-02-10
Merge branch 'sctp-sender-stream-reconf-reset-add-streams'
David S. Miller
7
-4
/
+297
2017-02-10
sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...
Xin Long
4
-0
/
+115
2017-02-10
sctp: add support for generating stream reconf add incoming/outgoing streams ...
Xin Long
3
-0
/
+56
2017-02-10
sctp: implement sender-side procedures for SSN/TSN Reset Request Parameter
Xin Long
4
-0
/
+71
2017-02-10
sctp: add support for generating stream reconf ssn/tsn reset request chunk
Xin Long
3
-0
/
+36
2017-02-10
sctp: streams should be recovered when it fails to send request.
Xin Long
1
-2
/
+17
2017-02-10
sctp: drop unnecessary __packed from some stream reconf structures
Xin Long
1
-3
/
+3
2017-02-10
Merge branch 'sfc-more-encap-offloads'
David S. Miller
11
-58
/
+640
2017-02-10
sfc: configure UDP tunnel offload ports
Jon Cooper
7
-1
/
+397
2017-02-10
sfc: update mcdi_pcol definitions for MC_CMD_SET_TUNNEL_ENCAP_UDP_PORTS
Matthew Slattery
1
-0
/
+21
2017-02-10
sfc: call mcdi_reboot_detected() when MC reboots during an MCDI command
Jon Cooper
1
-2
/
+5
2017-02-10
sfc: harden driver against MC resets during initial probe
Jon Cooper
1
-35
/
+64
2017-02-10
sfc: set csum_level for encapsulated packets
Jon Cooper
3
-4
/
+25
2017-02-10
sfc: process RX event inner checksum flags
Jon Cooper
4
-19
/
+131
2017-02-08
mlxsw: spectrum_router: Don't reflect LINKDOWN nexthops
Ido Schimmel
1
-1
/
+10
2017-02-08
Merge branch 'mlxsw-Reflect-nexthop-status-changes'
David S. Miller
5
-130
/
+450
2017-02-08
mlxsw: spectrum_router: Flush resources when RIF is deleted
Ido Schimmel
3
-3
/
+93
2017-02-08
mlxsw: spectrum_router: Reflect nexthop status changes
Ido Schimmel
1
-2
/
+57
2017-02-08
ipv4: fib: Notify about nexthop status changes
Ido Schimmel
2
-0
/
+40
[next]