index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
rxrpc
/
misc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-04-11
rxrpc: Don't assume transport address family and size when using it
David Howells
2
-4
/
+4
2016-04-11
rxrpc: Don't pass gfp around in incoming call handling functions
David Howells
4
-12
/
+9
2016-04-11
rxrpc: Differentiate local and remote abort codes in structs
David Howells
10
-25
/
+50
2016-04-11
rxrpc: Static arrays of strings should be const char *const[]
David Howells
3
-4
/
+2
2016-04-11
rxrpc: Move some miscellaneous bits out into their own file
David Howells
6
-84
/
+107
2016-04-11
rxrpc: Disable a debugging statement that has been left enabled.
David Howells
1
-1
/
+1
2016-04-11
afs: Wait for outstanding async calls before closing rxrpc socket
David Howells
1
-3
/
+13
2016-04-11
rxrpc: do not pull udp headers on receive
Willem de Bruijn
1
-2
/
+2
2016-04-11
sunrpc: do not pull udp headers on receive
Willem de Bruijn
3
-7
/
+5
2016-04-11
net: ipv4: Consider failed nexthops in multipath routes
David Ahern
4
-5
/
+53
2016-04-11
drivers: net: cpsw: drop host_port field from struct cpsw_priv
Grygorii Strashko
1
-18
/
+12
2016-04-11
drivers: net: cpsw: fix port_mask parameters in ale calls
Grygorii Strashko
1
-13
/
+9
2016-04-11
vxlan: fix incorrect type
Jiri Benc
1
-2
/
+2
2016-04-11
net: fjes: Use resource_size
Vaishali Thakkar
1
-1
/
+1
2016-04-11
bnxt_en: Add async event handling for speed config changes.
Michael Chan
1
-0
/
+16
2016-04-11
bnxt_en: Call firmware to approve VF MAC address change.
Michael Chan
3
-4
/
+34
2016-04-11
bnxt_en: Shutdown link when device is closed.
Michael Chan
1
-0
/
+16
2016-04-11
bnxt_en: Disallow forced speed for 10GBaseT devices.
Michael Chan
3
-0
/
+10
2016-04-11
bpf: simplify verifier register state assignments
Alexei Starovoitov
1
-4
/
+2
2016-04-09
ipv6: fix inet6_lookup_listener()
Eric Dumazet
1
-2
/
+2
2016-04-09
ibmvnic: Enable use of multiple tx/rx scrqs
John Allen
2
-20
/
+37
2016-04-08
net: dsa: make the VLAN add function return void
Vivien Didelot
4
-27
/
+18
2016-04-08
net: dsa: make the FDB add function return void
Vivien Didelot
5
-23
/
+22
2016-04-08
net: dsa: make the STP state function return void
Vivien Didelot
8
-37
/
+29
2016-04-08
net: dsa: document missing functions
Vivien Didelot
1
-0
/
+16
2016-04-08
bridge, netem: mark mailing lists as moderated
stephen hemminger
1
-2
/
+2
2016-04-08
bpf, verifier: further improve search pruning
Daniel Borkmann
1
-2
/
+7
2016-04-08
tuntap: restore default qdisc
Jason Wang
1
-2
/
+2
2016-04-08
orangefs: remove unused variable
Martin Brandenburg
1
-3
/
+1
2016-04-08
devlink: share user_ptr pointer for both devlink and devlink_port
Jiri Pirko
1
-8
/
+13
2016-04-08
mlxsw: reg: Fix SBPM register name
Jiri Pirko
1
-2
/
+2
2016-04-08
mlxsw: reg: Share direction enum between SBPR, SBCM, SBPM
Jiri Pirko
2
-26
/
+17
2016-04-08
mlxsw: Do not pass around driver_priv directly
Jiri Pirko
4
-24
/
+31
2016-04-08
mlxsw: Pass mlxsw_core as a param of mlxsw_core_skb_transmit*
Jiri Pirko
4
-19
/
+9
2016-04-08
mlxsw: Move devlink port registration into common core code
Jiri Pirko
5
-41
/
+55
2016-04-08
devlink: remove implicit type set in port register
Jiri Pirko
1
-1
/
+0
2016-04-08
nfp: allow ring size reconfiguration at runtime
Jakub Kicinski
3
-21
/
+136
2016-04-08
nfp: pass ring count as function parameter
Jakub Kicinski
1
-9
/
+14
2016-04-08
nfp: convert .ndo_change_mtu() to prepare/commit paradigm
Jakub Kicinski
1
-6
/
+102
2016-04-08
nfp: propagate list buffer size in struct rx_ring
Jakub Kicinski
2
-8
/
+19
2016-04-08
nfp: sync ring state during FW reconfiguration
Jakub Kicinski
1
-29
/
+16
2016-04-08
nfp: slice .ndo_open() and .ndo_stop() up
Jakub Kicinski
1
-82
/
+136
2016-04-08
nfp: move filling ring information to FW config
Jakub Kicinski
1
-18
/
+32
2016-04-08
nfp: preallocate RX buffers early in .ndo_open
Jakub Kicinski
1
-23
/
+11
2016-04-08
nfp: reorganize initial filling of RX rings
Jakub Kicinski
1
-41
/
+78
2016-04-08
nfp: cleanup tx ring flush and rename to reset
Jakub Kicinski
1
-44
/
+37
2016-04-08
nfp: allocate ring SW structs dynamically
Jakub Kicinski
3
-17
/
+37
2016-04-08
nfp: make *x_ring_init do all the init
Jakub Kicinski
1
-10
/
+18
2016-04-08
nfp: break up nfp_net_{alloc|free}_rings
Jakub Kicinski
1
-79
/
+47
2016-04-08
nfp: move link state interrupt request/free calls
Jakub Kicinski
1
-11
/
+12
[next]