index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MAC
Shradha Shah
2015-05-22
7
-9
/
+120
*
sfc: Implement dummy disable of VF spoof check for EF10
Shradha Shah
2015-05-22
2
-5
/
+8
*
sfc: add ndo_set_vf_link_state() function for EF10
Edward Cree
2015-05-22
8
-0
/
+93
*
sfc: add ndo_set_vf_vlan() function for EF10
Shradha Shah
2015-05-22
2
-12
/
+157
*
sfc: Change entity reset on MC reboot to a new datapath-only reset.
Jon Cooper
2015-05-22
4
-5
/
+21
*
sfc: Add ndo_get_vf_config() function for EF10
Shradha Shah
2015-05-22
2
-5
/
+26
*
sfc: add ndo_set_vf_mac() function for EF10
Shradha Shah
2015-05-22
4
-7
/
+96
*
sfc: Initialise MCDI buffers to 0 on declaration.
Jon Cooper
2015-05-22
4
-23
/
+27
*
sfc: Enable a VF to get its own MAC address
Daniel Pieczko
2015-05-22
2
-2
/
+34
*
sfc: protect filter table against use-after-free
Edward Cree
2015-05-22
5
-12
/
+55
*
sfc: Store the efx_nic struct of the current VF in the VF data struct
Shradha Shah
2015-05-22
3
-0
/
+37
*
sfc: save old MAC address in case sriov_mac_address_changed fails
Shradha Shah
2015-05-22
5
-7
/
+21
*
sfc: Store vf_index in nic_data for Ef10.
Shradha Shah
2015-05-22
2
-17
/
+52
*
sfc: MC_CMD_SET_MAC can only be called by the link control Function
Shradha Shah
2015-05-22
1
-1
/
+8
*
sfc: change definition of MC_CMD_VADAPTOR_ALLOC
Shradha Shah
2015-05-22
1
-1
/
+14
*
sfc: Add permissions to MCDI commands
Shradha Shah
2015-05-22
1
-0
/
+294
*
stmmac: replace open coded __netdev_alloc_skb_ip_align() with actual call
Vineet Gupta
2015-05-22
1
-3
/
+1
*
qlge: Move jiffies_to_usecs immediately before loop
Joe Perches
2015-05-21
1
-3
/
+1
*
Merge branch 'rocker-transaction-fixes'
David S. Miller
2015-05-21
1
-23
/
+26
|
\
|
*
rocker: make rocker_port_internal_vlan_id_{get, put}() non-transactional
Simon Horman
2015-05-21
1
-14
/
+7
|
*
rocker: do not make neighbour entry changes when preparing transactions
Simon Horman
2015-05-21
1
-6
/
+13
|
*
rocker: do not modify fdb table in rocker_port_fdb() when preparing transactions
Simon Horman
2015-05-21
1
-2
/
+4
|
*
rocker: do not delete fdb entries in rocker_port_fdb_flush() when preparing t...
Simon Horman
2015-05-21
1
-1
/
+2
|
/
*
spider_net: Use DECLARE_BITMAP
Joe Perches
2015-05-21
1
-2
/
+1
*
Merge branch 'ebpf-tail-call'
David S. Miller
2015-05-21
17
-45
/
+928
|
\
|
*
samples/bpf: bpf_tail_call example for networking
Alexei Starovoitov
2015-05-21
4
-0
/
+375
|
*
samples/bpf: bpf_tail_call example for tracing
Alexei Starovoitov
2015-05-21
5
-12
/
+172
|
*
x86: bpf_jit: implement bpf_tail_call() helper
Alexei Starovoitov
2015-05-21
1
-24
/
+126
|
*
bpf: allow bpf programs to tail-call other bpf programs
Alexei Starovoitov
2015-05-21
9
-9
/
+255
|
/
*
net: dev: reduce both ingress hook ifdefs
Daniel Borkmann
2015-05-21
1
-18
/
+4
*
tcp: add a force_schedule argument to sk_stream_alloc_skb()
Eric Dumazet
2015-05-21
3
-14
/
+18
*
neigh: Better handling of transition to NUD_PROBE state
Erik Kline
2015-05-21
1
-0
/
+3
*
ip: remove unused function prototype
Andy Zhou
2015-05-19
1
-1
/
+0
*
tcp: add rfc3168, section 6.1.1.1. fallback
Daniel Borkmann
2015-05-19
7
-1
/
+38
*
Merge branch 'cxgb4-next'
David S. Miller
2015-05-19
2
-296
/
+217
|
\
|
*
cxgb4: replace ntoh{s, l} and hton{s, l} calls with the generic byteorder
Hariprasad Shenai
2015-05-19
1
-182
/
+217
|
*
cxgb4: Remove dead function t4_read_edc and t4_read_mc
Hariprasad Shenai
2015-05-19
2
-114
/
+0
|
/
*
Merge tag 'mac80211-next-for-davem-2015-05-19' of git://git.kernel.org/pub/sc...
David S. Miller
2015-05-19
5
-27
/
+22
|
\
|
*
mac80211: fix throughput LED trigger
Johannes Berg
2015-05-11
2
-7
/
+6
|
*
mac80211: TDLS: use the BSS chandef for HT/VHT operation IEs
Arik Nemtsov
2015-05-11
1
-19
/
+8
|
*
mac80211: check fast-xmit if IBSS STA QoS changed
Johannes Berg
2015-05-11
1
-1
/
+4
|
*
mac80211: adjust reserved chan_ctx when assigned to vif
Andrei Otcheretianski
2015-05-07
1
-0
/
+4
*
|
be2net: make hwmon interface optional
Arnd Bergmann
2015-05-19
2
-4
/
+13
*
|
tcp: Return error instead of partial read for saved syn headers
Eric B Munson
2015-05-19
1
-1
/
+9
*
|
net-next: ethtool: Added port speed macros.
Parav Pandit
2015-05-19
1
-1
/
+5
*
|
Merge branch 'icmp_frag'
David S. Miller
2015-05-19
4
-19
/
+71
|
\
\
|
*
|
bridge_netfilter: No ICMP packet on IPv4 fragmentation error
Andy Zhou
2015-05-19
3
-15
/
+50
|
*
|
IPv4: skip ICMP for bridge contrack users when defrag expires
Andy Zhou
2015-05-19
1
-1
/
+3
|
*
|
ipv4: introduce frag_expire_skip_icmp()
Andy Zhou
2015-05-19
2
-4
/
+19
|
/
/
*
|
selftests/net: expect headroom in psock_fanout rollover
Willem de Bruijn
2015-05-18
1
-1
/
+1
[next]