summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-04rxrpc: Don't try to map ICMP to error as the lower layer already did thatDavid Howells1-10/+0
2016-03-04rxrpc: Clear the unused part of a sockaddr_rxrpc for memcmp() useDavid Howells1-3/+5
2016-03-04rxrpc: rxkad: Casts are needed when comparing be32 valuesDavid Howells1-1/+1
2016-03-04rxrpc: rxkad: The version number in the response should be net byte orderDavid Howells1-8/+9
2016-03-04rxrpc: Use ACCESS_ONCE() when accessing circular buffer pointersDavid Howells1-4/+7
2016-03-04rxrpc: Adjust some whitespace and commentsDavid Howells7-29/+22
2016-03-04rxrpc: Be more selective about the types of received packets we acceptDavid Howells2-1/+13
2016-03-04rxrpc: Fix defined range for /proc/sys/net/rxrpc/rx_mtuDavid Howells1-1/+1
2016-03-04rxrpc: The protocol family should be set to PF_RXRPC not PF_UNIXDavid Howells1-1/+1
2016-03-04rxrpc: Keep the skb private record of the Rx header in host byte orderDavid Howells18-384/+432
2016-03-04rxrpc: Rename call events to begin RXRPC_CALL_EV_David Howells10-101/+101
2016-03-04rxrpc: Convert call flag and event numbers into enumsDavid Howells3-47/+65
2016-03-04rxrpc: Fix a case where a call event bit is being used as a flag bitDavid Howells1-1/+1
2016-03-04net: sched: use pfifo_fast for non real queuesEric Dumazet4-2/+10
2016-03-04net: ipv6: Fix refcnt on host routesDavid Ahern1-5/+3
2016-03-04net: ezchip: adapt driver to little endian architectureLada Trimasova2-332/+238
2016-03-04sh_eth, ravb: Use ARCH_RENESASSimon Horman1-2/+2
2016-03-04net: mellanox: add DEVLINK dependenciesArnd Bergmann4-0/+12
2016-03-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller26-80/+1192
2016-03-04net: relax setup_tc ndo op handle restrictionJohn Fastabend8-8/+8
2016-03-03ath9k: clear bb filter calibration power thresholdMiaoqing Pan2-1/+9
2016-03-03ath9k: reduce stack usage in ar9003_aic_cal_post_processArnd Bergmann2-40/+40
2016-03-03ath9k: make NF load complete quickly and reliablyMiaoqing Pan1-6/+32
2016-03-03ath10k: fix sanity check on enabling btcoex via debugfsMohammed Shafi Shajakhan1-4/+9
2016-03-03ath10k: reduce number of peers to support peer stats featureAnilkumar Kolli3-4/+20
2016-03-03ath10k: process htt rx indication as batch modeRajkumar Manoharan1-2/+14
2016-03-03ath10k: reduce rx_lock contention for htt rx indicationRajkumar Manoharan1-10/+8
2016-03-03ath10k: fix erroneous return valueAnton Protopopov1-1/+1
2016-03-03ath10k: add hw_rev to trace events to support pktlogAshok Raj Nagarajan1-3/+12
2016-03-03ath10k: fix pktlog in QCA99X0Ashok Raj Nagarajan1-5/+1
2016-03-03ath10k: fix pointless update of peer stats listMohammed Shafi Shajakhan1-2/+4
2016-03-02ethernet/atl1c: remove left over dead codeEric Engestrom1-4/+0
2016-03-02net/ipv4: remove left over dead codeEric Engestrom1-7/+0
2016-03-02net/rtnetlink: remove dead codeEric Engestrom1-9/+0
2016-03-02Merge branch 'cxgb4-next'David S. Miller6-97/+85
2016-03-02cxgb4vf: Remove dead functions collect_netdev_[um]c_list_addrsHariprasad Shenai1-46/+0
2016-03-02cxgb4vf: Remove redundant adapter ready check during probeHariprasad Shenai1-10/+0
2016-03-02cxgb4vf: Make sge init code more readableHariprasad Shenai3-37/+59
2016-03-02cxgb4/cxgb4vf: For T6 adapter, set FBMIN to 64 bytesHariprasad Shenai3-2/+24
2016-03-02cxgb4/cxgb4vf: Use fl capacity to check if fl needs to be replenishedHariprasad Shenai2-2/+2
2016-03-02Merge branch 'stmmac-optimizations'David S. Miller20-712/+1016
2016-03-02stmmac: update version to Oct_2015Giuseppe Cavallaro1-1/+1
2016-03-02stmmac: tune rx copy via threshold.Giuseppe Cavallaro2-2/+25
2016-03-02stmmac: do not perform zero-copy for rx framesGiuseppe Cavallaro3-15/+86
2016-03-02stmmac: fix phy init when attached to a phyFabrice Gasnier1-2/+3
2016-03-02stmmac: do not poll phy handler when attach a switchGiuseppe Cavallaro1-0/+5
2016-03-02stmmac: first frame prep at the end of xmit routineGiuseppe Cavallaro6-78/+95
2016-03-02stmmac: set dirty index out of the loopGiuseppe Cavallaro1-4/+1
2016-03-02stmmac: optimize tx clean functionFabrice Gasnier4-18/+42
2016-03-02stmmac: optimize tx desc managementGiuseppe Cavallaro6-36/+42