index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Kbuild
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-11-01
tipc: create TIPC_CONNECTING as a new sk_state
Parthasarathy Bhuvaragan
1
-32
/
+28
2016-11-01
tipc: remove SS_DISCONNECTING state
Parthasarathy Bhuvaragan
1
-80
/
+52
2016-11-01
tipc: create TIPC_DISCONNECTING as a new sk_state
Parthasarathy Bhuvaragan
1
-15
/
+24
2016-11-01
tipc: create TIPC_OPEN as a new sk_state
Parthasarathy Bhuvaragan
1
-54
/
+43
2016-11-01
tipc: create TIPC_ESTABLISHED as a new sk_state
Parthasarathy Bhuvaragan
1
-7
/
+11
2016-11-01
tipc: create TIPC_LISTEN as a new sk_state
Parthasarathy Bhuvaragan
1
-19
/
+43
2016-11-01
tipc: remove socket state SS_READY
Parthasarathy Bhuvaragan
1
-18
/
+31
2016-11-01
tipc: remove probing_intv from tipc_sock
Parthasarathy Bhuvaragan
1
-10
/
+9
2016-11-01
tipc: remove tsk->connected from tipc_sock
Parthasarathy Bhuvaragan
1
-17
/
+19
2016-11-01
tipc: remove tsk->connected for connectionless sockets
Parthasarathy Bhuvaragan
1
-3
/
+1
2016-11-01
tipc: rename tsk->remote to tsk->peer for consistent naming
Parthasarathy Bhuvaragan
1
-6
/
+5
2016-11-01
tipc: rename struct tipc_skb_cb member handle to bytes_read
Parthasarathy Bhuvaragan
2
-9
/
+11
2016-11-01
tipc: set kern=0 in sk_alloc() during tipc_accept()
Parthasarathy Bhuvaragan
1
-1
/
+1
2016-11-01
tipc: wakeup sleeping users at disconnect
Parthasarathy Bhuvaragan
1
-0
/
+1
2016-11-01
tipc: return early for non-blocking sockets at link congestion
Parthasarathy Bhuvaragan
1
-0
/
+6
2016-11-01
nfp: bring back support for different ring counts
Jakub Kicinski
1
-47
/
+71
2016-11-01
nfp: replace num_irqs with max_r_vecs
Jakub Kicinski
2
-8
/
+10
2016-11-01
nfp: remove nfp_net_irqs_wanted()
Jakub Kicinski
1
-23
/
+4
2016-11-01
nfp: use unsigned int for vector/ring counts
Jakub Kicinski
2
-10
/
+12
2016-11-01
nfp: create separate define for max number of vectors
Jakub Kicinski
1
-3
/
+5
2016-11-01
nfp: use AND instead of modulo to get ring indexes
Jakub Kicinski
1
-7
/
+7
2016-11-01
nfp: add separate buffer allocation function for napi
Jakub Kicinski
1
-2
/
+21
2016-11-01
nfp: use alloc_frag() and build_skb()
Jakub Kicinski
3
-50
/
+82
2016-11-01
nfp: add buffer drop/recycle helper for RX
Jakub Kicinski
1
-10
/
+17
2016-11-01
nfp: centralize the buffer size calculation
Jakub Kicinski
2
-9
/
+21
2016-11-01
nfp: remove inline attributes and dead code
Jakub Kicinski
1
-14
/
+1
2016-11-01
nfp: remove unnecessary call to ether_setup()
Jakub Kicinski
1
-1
/
+0
2016-11-01
nfp: remove support for nfp3200
Jakub Kicinski
4
-138
/
+22
2016-11-01
nfp: simplify nfp_net_poll()
Jakub Kicinski
1
-9
/
+3
2016-11-01
qed: Correct VF mac number
Mintz, Yuval
3
-0
/
+22
2016-11-01
qede: Don't override priv_flags
Mintz, Yuval
1
-1
/
+1
2016-11-01
net: set SK_MEM_QUANTUM to 4096
Eric Dumazet
1
-6
/
+17
2016-11-01
net: cris: make eth_v10.c explicitly non-modular
Paul Gortmaker
1
-10
/
+1
2016-10-31
i40e: removed unreachable code
Filip Sadowski
4
-60
/
+33
2016-10-31
i40e: Implementation of ERROR state for NVM update state machine
Maciej Sosin
5
-4
/
+22
2016-10-31
i40e: Fix for division by zero
Michal Kosiarz
1
-2
/
+4
2016-10-31
i40e: clear mac filter count on reset
Mitch Williams
1
-0
/
+1
2016-10-31
i40e: Reorder logic for coalescing RS bits
Alexander Duyck
4
-104
/
+108
2016-10-31
i40e: Add common function for finding VSI by type
Alexander Duyck
4
-30
/
+27
2016-10-31
i40evf: avoid an extra msleep while
Jacob Keller
1
-3
/
+5
2016-10-31
i40e: replace PTP Rx timestamp hang logic
Jacob Keller
4
-44
/
+83
2016-10-31
i40e: use a mutex instead of spinlock in PTP user entry points
Jacob Keller
2
-14
/
+8
2016-10-31
i40e: correct check for reading TSYNINDX from the receive descriptor
Jacob Keller
1
-3
/
+4
2016-10-31
i40e: remove duplicate add/delete adminq command code for filters
Jacob Keller
1
-72
/
+84
2016-10-31
i40e: avoid looping to check whether we're in VLAN mode
Jacob Keller
2
-11
/
+38
2016-10-31
i40e: fix MAC filters when removing VLANs
Alan Brady
1
-48
/
+72
2016-10-31
i40e: properly cleanup on allocation failure in i40e_sync_vsi_filters
Jacob Keller
1
-17
/
+22
2016-10-31
i40e: store MAC/VLAN filters in a hash with the MAC Address as key
Jacob Keller
5
-107
/
+161
2016-10-31
i40e: implement __i40e_del_filter and use where applicable
Jacob Keller
1
-33
/
+59
2016-10-31
i40e: When searching all MAC/VLAN filters, ignore removed filters
Jacob Keller
1
-0
/
+6
[next]