aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-13net: ethernet: stmmac: GMAC4.xx: Fix TX descriptor preparationAlexandre TORGUE1-8/+1
2016-04-13udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUMWillem de Bruijn2-2/+3
2016-04-13udp: do not expect udp headers on ioctl SIOCINQWillem de Bruijn1-2/+0
2016-04-13dsa: mv88e6xxx: Use bus in mv88e6xxx_lookup_name()Andrew Lunn1-4/+8
2016-04-13dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn4-16/+17
2016-04-13net: dsa: Rename DSA probe function.Andrew Lunn6-18/+24
2016-04-13net: dsa: Keep the mii bus and address in the private structureAndrew Lunn8-83/+89
2016-04-13net: dsa: Remove allocation of driver private memoryAndrew Lunn2-2/+1
2016-04-13net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn10-22/+86
2016-04-13net: dsa: Pass the dsa device to the switch driversAndrew Lunn8-10/+18
2016-04-13tipc: remove remnants of old broadcast codeJon Paul Maloy1-15/+0
2016-04-12net: mediatek: do not set the QID field in the TX DMA descriptorsJohn Crispin1-2/+1
2016-04-12net: mediatek: move the pending_work struct to the device generic structJohn Crispin2-10/+7
2016-04-12net: mediatek: fix mtk_pending_workJohn Crispin1-8/+20
2016-04-12net: mediatek: fix TX lockingJohn Crispin1-10/+10
2016-04-12net: mediatek: fix stop and wakeup of queueJohn Crispin1-10/+27
2016-04-12net: mediatek: remove superfluous reset callJohn Crispin1-4/+0
2016-04-12net: mediatek: mtk_cal_txd_req() returns bad valueJohn Crispin1-1/+1
2016-04-12net: mediatek: watchdog_timeo was not setJohn Crispin1-0/+1
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-12cfg80211: remove enum ieee80211_bandJohannes Berg230-1437/+1420
2016-04-12cfg80211: Improve Connect/Associate command documentationJouni Malinen2-6/+36
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