aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-12netfilter: conntrack: move expectation event helper to ecache.cFlorian Westphal2-39/+33
2016-04-12netfilter: conntrack: de-inline nf_conntrack_eventmask_reportFlorian Westphal2-54/+66
2016-04-11net: mdio: Fix lockdep falls positive splatAndrew Lunn3-10/+15
2016-04-11rxrpc: Create a null security type and get rid of conditional callsDavid Howells9-61/+105
2016-04-11rxrpc: Absorb the rxkad security moduleDavid Howells6-134/+85
2016-04-11rxrpc: Don't assume transport address family and size when using itDavid Howells2-4/+4
2016-04-11rxrpc: Don't pass gfp around in incoming call handling functionsDavid Howells4-12/+9
2016-04-11rxrpc: Differentiate local and remote abort codes in structsDavid Howells10-25/+50
2016-04-11rxrpc: Static arrays of strings should be const char *const[]David Howells3-4/+2
2016-04-11rxrpc: Move some miscellaneous bits out into their own fileDavid Howells6-84/+107
2016-04-11rxrpc: Disable a debugging statement that has been left enabled.David Howells1-1/+1
2016-04-11afs: Wait for outstanding async calls before closing rxrpc socketDavid Howells1-3/+13
2016-04-11rxrpc: do not pull udp headers on receiveWillem de Bruijn1-2/+2
2016-04-11sunrpc: do not pull udp headers on receiveWillem de Bruijn3-7/+5
2016-04-11net: ipv4: Consider failed nexthops in multipath routesDavid Ahern4-5/+53
2016-04-11drivers: net: cpsw: drop host_port field from struct cpsw_privGrygorii Strashko1-18/+12
2016-04-11drivers: net: cpsw: fix port_mask parameters in ale callsGrygorii Strashko1-13/+9
2016-04-11vxlan: fix incorrect typeJiri Benc1-2/+2
2016-04-11net: fjes: Use resource_sizeVaishali Thakkar1-1/+1
2016-04-11bnxt_en: Add async event handling for speed config changes.Michael Chan1-0/+16
2016-04-11bnxt_en: Call firmware to approve VF MAC address change.Michael Chan3-4/+34
2016-04-11bnxt_en: Shutdown link when device is closed.Michael Chan1-0/+16
2016-04-11bnxt_en: Disallow forced speed for 10GBaseT devices.Michael Chan3-0/+10
2016-04-10bpf: simplify verifier register state assignmentsAlexei Starovoitov1-4/+2
2016-04-09ipv6: fix inet6_lookup_listener()Eric Dumazet1-2/+2
2016-04-09ibmvnic: Enable use of multiple tx/rx scrqsJohn Allen2-20/+37
2016-04-08Bluetooth: hci_bcsp: fix code styleMaxim Zhukov1-26/+31
2016-04-08net: dsa: make the VLAN add function return voidVivien Didelot4-27/+18
2016-04-08net: dsa: make the FDB add function return voidVivien Didelot5-23/+22
2016-04-08net: dsa: make the STP state function return voidVivien Didelot8-37/+29
2016-04-08net: dsa: document missing functionsVivien Didelot1-0/+16
2016-04-08bridge, netem: mark mailing lists as moderatedstephen hemminger1-2/+2
2016-04-08bpf, verifier: further improve search pruningDaniel Borkmann1-2/+7
2016-04-08tuntap: restore default qdiscJason Wang1-2/+2
2016-04-08orangefs: remove unused variableMartin Brandenburg1-3/+1
2016-04-08devlink: share user_ptr pointer for both devlink and devlink_portJiri Pirko1-8/+13
2016-04-08mlxsw: reg: Fix SBPM register nameJiri Pirko1-2/+2
2016-04-08mlxsw: reg: Share direction enum between SBPR, SBCM, SBPMJiri Pirko2-26/+17
2016-04-08mlxsw: Do not pass around driver_priv directlyJiri Pirko4-24/+31
2016-04-08mlxsw: Pass mlxsw_core as a param of mlxsw_core_skb_transmit*Jiri Pirko4-19/+9
2016-04-08mlxsw: Move devlink port registration into common core codeJiri Pirko5-41/+55
2016-04-08devlink: remove implicit type set in port registerJiri Pirko1-1/+0
2016-04-08nfp: allow ring size reconfiguration at runtimeJakub Kicinski3-21/+136
2016-04-08nfp: pass ring count as function parameterJakub Kicinski1-9/+14
2016-04-08nfp: convert .ndo_change_mtu() to prepare/commit paradigmJakub Kicinski1-6/+102
2016-04-08nfp: propagate list buffer size in struct rx_ringJakub Kicinski2-8/+19
2016-04-08nfp: sync ring state during FW reconfigurationJakub Kicinski1-29/+16
2016-04-08nfp: slice .ndo_open() and .ndo_stop() upJakub Kicinski1-82/+136
2016-04-08nfp: move filling ring information to FW configJakub Kicinski1-18/+32
2016-04-08nfp: preallocate RX buffers early in .ndo_openJakub Kicinski1-23/+11