summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-14bridge: a netlink notification should be sent when those attributes are chang...Xin Long2-37/+14
2016-04-14bridge: simplify the stp_state_store by calling store_bridge_parmXin Long1-15/+9
2016-04-14bridge: simplify the forward_delay_store by calling store_bridge_parmXin Long1-17/+10
2016-04-14bridge: simplify the flush_store by calling store_bridge_parmXin Long1-7/+7
2016-04-14net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_putDenys Vlasenko2-4/+4
2016-04-14Doc: networking: Fix typo in dsaMasanari Iida2-2/+2
2016-04-14ipv6, token: allow for clearing the current device tokenDaniel Borkmann1-4/+6
2016-04-14sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa6-23/+35
2016-04-14net: ethernet: stmmac: GMAC4.xx: Fix TX descriptor preparationAlexandre TORGUE1-8/+1
2016-04-14Merge branch 'udp-hdrs-fixes'David S. Miller2-4/+3
2016-04-14udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUMWillem de Bruijn2-2/+3
2016-04-14udp: do not expect udp headers on ioctl SIOCINQWillem de Bruijn1-2/+0
2016-04-14Merge branch 'dsa-refactoring-set-1'David S. Miller11-83/+171
2016-04-14dsa: mv88e6xxx: Use bus in mv88e6xxx_lookup_name()Andrew Lunn1-4/+8
2016-04-14dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn4-16/+17
2016-04-14net: dsa: Rename DSA probe function.Andrew Lunn6-18/+24
2016-04-14net: dsa: Keep the mii bus and address in the private structureAndrew Lunn8-83/+89
2016-04-14net: dsa: Remove allocation of driver private memoryAndrew Lunn2-2/+1
2016-04-14net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn10-22/+86
2016-04-14net: dsa: Pass the dsa device to the switch driversAndrew Lunn8-10/+18
2016-04-14Merge tag 'mac80211-next-for-davem-2016-04-13' of git://git.kernel.org/pub/sc...David S. Miller230-1443/+1456
2016-04-14tipc: remove remnants of old broadcast codeJon Paul Maloy1-15/+0
2016-04-13Merge branch 'mediatek-stress-test-fixes'David S. Miller2-44/+66
2016-04-13net: mediatek: do not set the QID field in the TX DMA descriptorsJohn Crispin1-2/+1
2016-04-13net: mediatek: move the pending_work struct to the device generic structJohn Crispin2-10/+7
2016-04-13net: mediatek: fix mtk_pending_workJohn Crispin1-8/+20
2016-04-13net: mediatek: fix TX lockingJohn Crispin1-10/+10
2016-04-13net: mediatek: fix stop and wakeup of queueJohn Crispin1-10/+27
2016-04-13net: mediatek: remove superfluous reset callJohn Crispin1-4/+0
2016-04-13net: mediatek: mtk_cal_txd_req() returns bad valueJohn Crispin1-1/+1
2016-04-13net: mediatek: watchdog_timeo was not setJohn Crispin1-0/+1
2016-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller8-129/+298
2016-04-13netfilter: conntrack: move expectation event helper to ecache.cFlorian Westphal2-39/+33
2016-04-13netfilter: conntrack: de-inline nf_conntrack_eventmask_reportFlorian Westphal2-54/+66
2016-04-12Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller10-39/+74
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg230-1437/+1420
2016-04-12cfg80211: Improve Connect/Associate command documentationJouni Malinen2-6/+36
2016-04-12net: mdio: Fix lockdep falls positive splatAndrew Lunn3-10/+15
2016-04-11Merge branch 'rprpc-2nd-rewrite-part-1'David S. Miller20-326/+374
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-11Merge branch 'udp-pull'David S. Miller4-9/+7
2016-04-11rxrpc: do not pull udp headers on receiveWillem de Bruijn1-2/+2