index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
smc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-12
net/smc: destruct non-accepted sockets
Ursula Braun
2
-6
/
+9
2017-04-12
net/smc: remove duplicate unhash
Ursula Braun
1
-1
/
+0
2017-04-12
net/smc: guarantee ConnClosed send after shutdown SHUT_WR
Ursula Braun
1
-11
/
+25
2017-04-12
net/smc: no socket state changes in tasklet context
Ursula Braun
6
-20
/
+41
2017-04-12
net/smc: always call the POLL_IN part of sk_wake_async
Ursula Braun
1
-2
/
+1
2017-04-12
net/smc: guarantee reset of write_blocked for heavy workload
Ursula Braun
1
-1
/
+5
2017-04-12
net/smc: return active RoCE port only
Ursula Braun
1
-2
/
+5
2017-04-12
net/smc: remove useless smc_ib_devices_list check
Ursula Braun
3
-4
/
+1
2017-04-12
net/smc: get rid of old comment
Ursula Braun
1
-2
/
+0
2017-04-12
net: stmmac: use netif_set_real_num_{rx,tx}_queues
Joao Pinto
1
-2
/
+2
2017-04-11
bpf: pass sk to helper functions
Willem de Bruijn
2
-2
/
+10
2017-04-11
devlink: fix return value check in devlink_dpipe_header_put()
Wei Yongjun
1
-1
/
+1
2017-04-11
s390/qeth: remove unimplemented gdev routines
Julian Wiedmann
2
-19
/
+2
2017-04-11
s390/qeth: use LINK_MODE_* to report the link characteristics
Julian Wiedmann
1
-24
/
+47
2017-04-11
s390/qeth: convert to ETHTOOL_GLINKSETTINGS API
Julian Wiedmann
4
-42
/
+40
2017-04-11
s390/qeth: clean up qeth_set_ecmd_adv_sup()
Julian Wiedmann
1
-29
/
+28
2017-04-11
s390/qeth: use and remove some defines
Julian Wiedmann
2
-3
/
+2
2017-04-11
s390/qeth: use correct return type for hard_start_xmit()
Julian Wiedmann
2
-2
/
+4
2017-04-11
s390/qeth: remove unused parameter
Julian Wiedmann
4
-5
/
+4
2017-04-11
s390/qeth: move gdev shutdown handler to core
Julian Wiedmann
4
-27
/
+6
2017-04-11
s390/qeth: move NAPI poll routine to core
Julian Wiedmann
4
-169
/
+97
2017-04-11
s390/qeth: move common ioctl handling to core
Julian Wiedmann
4
-99
/
+64
2017-04-11
bpf: remove struct bpf_map_type_list
Johannes Berg
7
-165
/
+53
2017-04-11
bpf: remove struct bpf_prog_type_list
Johannes Berg
5
-122
/
+44
2017-04-11
net: fec: add ERR007885 for i.MX6ul enet IP
Fugang Duan
1
-2
/
+3
2017-04-11
net: fec: correct the errata number comment typo
Fugang Duan
1
-1
/
+1
2017-04-11
net: fec: add phy-reset-gpios PROBE_DEFER check
Fugang Duan
1
-8
/
+18
2017-04-11
net: fec: pass ->dev to dma_alloc__coherent() API
Fugang Duan
1
-2
/
+2
2017-04-11
net: fec: avoid BD pointer type cast to 32bit
Fugang Duan
1
-2
/
+2
2017-04-11
net: fec: add return value check after calling .of_property_read_u32()
Fugang Duan
1
-2
/
+2
2017-04-11
l2tp: remove l2tp_session_find()
Guillaume Nault
2
-53
/
+1
2017-04-11
l2tp: remove useless duplicate session detection in l2tp_netlink
Guillaume Nault
1
-5
/
+0
2017-04-11
mlxsw: convert to pci_alloc_irq_vectors
Christoph Hellwig
1
-7
/
+6
2017-04-11
PCI: remove pci_enable_msix
Christoph Hellwig
2
-25
/
+0
2017-04-11
net: thunderx: Switch to pci_alloc_irq_vectors
Thanneeru Srinivasulu
3
-96
/
+40
2017-04-11
net/ena: switch to pci_alloc_irq_vectors
Christoph Hellwig
2
-45
/
+12
2017-04-11
net: alx: switch to pci_alloc_irq_vectors
Christoph Hellwig
2
-80
/
+54
2017-04-10
ftgmac100: Remove tx descriptor accessors
Benjamin Herrenschmidt
2
-114
/
+69
2017-04-10
ftgmac100: Add support for fragmented tx
Benjamin Herrenschmidt
1
-25
/
+94
2017-04-10
ftgmac100: Don't clear tx desc fields unnecessarily
Benjamin Herrenschmidt
1
-11
/
+6
2017-04-10
ftgmac100: Split tx packet freeing from ftgmac100_tx_complete_packet()
Benjamin Herrenschmidt
1
-17
/
+21
2017-04-10
ftgmac100: Move the barrier out of ftgmac100_txdes_set_dma_own()
Benjamin Herrenschmidt
1
-5
/
+4
2017-04-10
ftgmac100: Cleanup tx queue handling
Benjamin Herrenschmidt
1
-35
/
+68
2017-04-10
ftgmac100: Store tx skbs in a separate array
Benjamin Herrenschmidt
1
-43
/
+16
2017-04-10
ftgmac100: Pad small frames properly
Benjamin Herrenschmidt
1
-2
/
+8
2017-04-10
ftgmac100: Factor tx packet dropping path
Benjamin Herrenschmidt
1
-8
/
+9
2017-04-10
ftgmac100: Merge ftgmac100_xmit() into ftgmac100_hard_start_xmit()
Benjamin Herrenschmidt
1
-33
/
+25
2017-04-10
ftgmac100: Move ftgmac100_hard_start_xmit() around
Benjamin Herrenschmidt
1
-29
/
+29
2017-04-10
ftgmac100: Add a tx timeout handler
Benjamin Herrenschmidt
1
-0
/
+13
2017-04-10
net: dsa: mt7530: Include gpio/consumer.h for GPIO functions
Florian Fainelli
1
-0
/
+1
[next]