index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
audit.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-11-16
tcp: allow to enable the repair mode for non-listening sockets
Andrey Vagin
1
-1
/
+1
2016-11-16
liquidio CN23XX: fix for new check patch errors
Raghu Vatsavayi
15
-180
/
+155
2016-11-16
liquidio CN23XX: copyrights changes and alignment
Raghu Vatsavayi
30
-480
/
+352
2016-11-16
liquidio CN23XX: code cleanup
Raghu Vatsavayi
13
-70
/
+23
2016-11-16
liquidio CN23XX: device states
Raghu Vatsavayi
6
-31
/
+64
2016-11-16
liquidio CN23XX: VF related operations
Raghu Vatsavayi
5
-0
/
+251
2016-11-16
liquidio CN23XX: mailbox interrupt processing
Raghu Vatsavayi
4
-7
/
+184
2016-11-16
liquidio CN23XX: Mailbox support
Raghu Vatsavayi
7
-3
/
+474
2016-11-16
liquidio CN23XX: sysfs VF config support
Raghu Vatsavayi
3
-0
/
+117
2016-11-16
liquidio CN23XX: HW config for VF support
Raghu Vatsavayi
3
-34
/
+74
2016-11-16
amd-xgbe: Fix up some coccinelle identified warnings
Lendacky, Thomas
1
-3
/
+2
2016-11-16
amd-xgbe: Fix mask appliciation for Clause 37 register
Lendacky, Thomas
1
-2
/
+2
2016-11-16
net: ethernet: sun4i-emac: Read rxhdr in CPU byte-order
Michael Weiser
1
-2
/
+1
2016-11-16
net: ethernet: sun4i-emac: Allow to enable netif messages
Michael Weiser
1
-0
/
+22
2016-11-16
net: ethernet: stmmac: change dma descriptors to __le32
Michael Weiser
8
-181
/
+195
2016-11-16
dctcp: update cwnd on congestion event
Florian Westphal
1
-1
/
+8
2016-11-16
net: bcm63xx_enet: Fix build failure with phy_ethtool_nway_reset
Florian Fainelli
1
-1
/
+1
2016-11-15
net: bnx2: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-33
/
+41
2016-11-15
net: usb: lan78xx: Utilize phy_ethtool_nway_reset
Florian Fainelli
1
-6
/
+1
2016-11-15
net: usb: ax88172x: Utilize phy_ethtool_nway_reset
Florian Fainelli
1
-9
/
+1
2016-11-15
net: ethernet: lantiq_etop: Utilize phy_ethtool_nway_reset
Florian Fainelli
1
-7
/
+1
2016-11-15
net: ethernet: ucc: Utilize phy_ethtool_nway_reset
Florian Fainelli
1
-8
/
+1
2016-11-15
net: fec: Utilize phy_ethtool_nway_reset
Florian Fainelli
1
-11
/
+1
2016-11-15
net: fs_enet: Utilize phy_ethtool_nway_reset
Florian Fainelli
1
-6
/
+1
2016-11-15
net: bcmgenet: Utilize phy_ethtool_nway_reset
Florian Fainelli
1
-8
/
+1
2016-11-15
net: ethernet: ixp4xx_eth: Utilize phy_ethtool_nway_reset
Florian Fainelli
1
-6
/
+1
2016-11-15
net: ethernet: ll_temac: Utilize phy_ethtool_nway_reset
Florian Fainelli
1
-6
/
+1
2016-11-15
net: ethernet: smsc9420: Utilize phy_ethtool_nway_reset
Florian Fainelli
1
-9
/
+1
2016-11-15
net: smsc911x: Utilize phy_ethtool_nway_reset
Florian Fainelli
1
-6
/
+1
2016-11-15
net: mv643xx_eth: Utilize phy_ethtool_nway_reset
Florian Fainelli
1
-9
/
+1
2016-11-15
net: bcm63xx_enet: Utilize phy_ethtool_nway_reset
Florian Fainelli
1
-5
/
+2
2016-11-15
net: nb8800: Utilize phy_ethtool_nway_reset
Florian Fainelli
1
-11
/
+1
2016-11-15
net: phy: Add phy_ethtool_nway_reset
Florian Fainelli
2
-0
/
+12
2016-11-15
vxlan: Fix uninitialized variable warnings.
David S. Miller
1
-1
/
+4
2016-11-15
vxlan: remove unsed vxlan_dev_dst_port()
pravin shelar
1
-10
/
+0
2016-11-15
vxlan: simplify vxlan xmit
pravin shelar
1
-44
/
+34
2016-11-15
vxlan: simplify RTF_LOCAL handling.
pravin shelar
1
-34
/
+51
2016-11-15
vxlan: improve vxlan route lookup checks.
pravin shelar
1
-39
/
+38
2016-11-15
vxlan: simplify exception handling
pravin shelar
1
-27
/
+19
2016-11-15
vxlan: avoid checking socket multiple times.
pravin shelar
1
-7
/
+5
2016-11-15
vxlan: avoid vlan processing in vxlan device.
pravin shelar
2
-24
/
+1
2016-11-15
udplite: fix NULL pointer dereference
Paolo Abeni
5
-3
/
+8
2016-11-15
bpf: Add tests for the LRU bpf_htab
Martin KaFai Lau
6
-3
/
+1197
2016-11-15
bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASH
Martin KaFai Lau
3
-9
/
+131
2016-11-15
bpf: Add BPF_MAP_TYPE_LRU_HASH
Martin KaFai Lau
2
-14
/
+260
2016-11-15
bpf: Refactor codes handling percpu map
Martin KaFai Lau
1
-26
/
+21
2016-11-15
bpf: Add percpu LRU list
Martin KaFai Lau
2
-19
/
+151
2016-11-15
bpf: LRU List
Martin KaFai Lau
3
-1
/
+648
2016-11-14
tile: handle __ro_after_init like parisc does
Chris Metcalf
1
-0
/
+3
2016-11-14
mlxsw: spectrum_router: Flush FIB tables during fini
Ido Schimmel
1
-2
/
+12
[next]