Age | Commit message (Expand) | Author | Files | Lines |
2016-03-04 | rxrpc: Don't try to map ICMP to error as the lower layer already did that | David Howells | 1 | -10/+0 |
2016-03-04 | rxrpc: Clear the unused part of a sockaddr_rxrpc for memcmp() use | David Howells | 1 | -3/+5 |
2016-03-04 | rxrpc: rxkad: Casts are needed when comparing be32 values | David Howells | 1 | -1/+1 |
2016-03-04 | rxrpc: rxkad: The version number in the response should be net byte order | David Howells | 1 | -8/+9 |
2016-03-04 | rxrpc: Use ACCESS_ONCE() when accessing circular buffer pointers | David Howells | 1 | -4/+7 |
2016-03-04 | rxrpc: Adjust some whitespace and comments | David Howells | 7 | -29/+22 |
2016-03-04 | rxrpc: Be more selective about the types of received packets we accept | David Howells | 2 | -1/+13 |
2016-03-04 | rxrpc: Fix defined range for /proc/sys/net/rxrpc/rx_mtu | David Howells | 1 | -1/+1 |
2016-03-04 | rxrpc: The protocol family should be set to PF_RXRPC not PF_UNIX | David Howells | 1 | -1/+1 |
2016-03-04 | rxrpc: Keep the skb private record of the Rx header in host byte order | David Howells | 18 | -384/+432 |
2016-03-04 | rxrpc: Rename call events to begin RXRPC_CALL_EV_ | David Howells | 10 | -101/+101 |
2016-03-04 | rxrpc: Convert call flag and event numbers into enums | David Howells | 3 | -47/+65 |
2016-03-04 | rxrpc: Fix a case where a call event bit is being used as a flag bit | David Howells | 1 | -1/+1 |
2016-03-04 | net: sched: use pfifo_fast for non real queues | Eric Dumazet | 4 | -2/+10 |
2016-03-04 | net: ipv6: Fix refcnt on host routes | David Ahern | 1 | -5/+3 |
2016-03-04 | net: ezchip: adapt driver to little endian architecture | Lada Trimasova | 2 | -332/+238 |
2016-03-04 | sh_eth, ravb: Use ARCH_RENESAS | Simon Horman | 1 | -2/+2 |
2016-03-04 | net: mellanox: add DEVLINK dependencies | Arnd Bergmann | 4 | -0/+12 |
2016-03-04 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 26 | -80/+1192 |
2016-03-04 | net: relax setup_tc ndo op handle restriction | John Fastabend | 8 | -8/+8 |
2016-03-03 | ath9k: clear bb filter calibration power threshold | Miaoqing Pan | 2 | -1/+9 |
2016-03-03 | ath9k: reduce stack usage in ar9003_aic_cal_post_process | Arnd Bergmann | 2 | -40/+40 |
2016-03-03 | ath9k: make NF load complete quickly and reliably | Miaoqing Pan | 1 | -6/+32 |
2016-03-03 | ath10k: fix sanity check on enabling btcoex via debugfs | Mohammed Shafi Shajakhan | 1 | -4/+9 |
2016-03-03 | ath10k: reduce number of peers to support peer stats feature | Anilkumar Kolli | 3 | -4/+20 |
2016-03-03 | ath10k: process htt rx indication as batch mode | Rajkumar Manoharan | 1 | -2/+14 |
2016-03-03 | ath10k: reduce rx_lock contention for htt rx indication | Rajkumar Manoharan | 1 | -10/+8 |
2016-03-03 | ath10k: fix erroneous return value | Anton Protopopov | 1 | -1/+1 |
2016-03-03 | ath10k: add hw_rev to trace events to support pktlog | Ashok Raj Nagarajan | 1 | -3/+12 |
2016-03-03 | ath10k: fix pktlog in QCA99X0 | Ashok Raj Nagarajan | 1 | -5/+1 |
2016-03-03 | ath10k: fix pointless update of peer stats list | Mohammed Shafi Shajakhan | 1 | -2/+4 |
2016-03-02 | ethernet/atl1c: remove left over dead code | Eric Engestrom | 1 | -4/+0 |
2016-03-02 | net/ipv4: remove left over dead code | Eric Engestrom | 1 | -7/+0 |
2016-03-02 | net/rtnetlink: remove dead code | Eric Engestrom | 1 | -9/+0 |
2016-03-02 | Merge branch 'cxgb4-next' | David S. Miller | 6 | -97/+85 |
2016-03-02 | cxgb4vf: Remove dead functions collect_netdev_[um]c_list_addrs | Hariprasad Shenai | 1 | -46/+0 |
2016-03-02 | cxgb4vf: Remove redundant adapter ready check during probe | Hariprasad Shenai | 1 | -10/+0 |
2016-03-02 | cxgb4vf: Make sge init code more readable | Hariprasad Shenai | 3 | -37/+59 |
2016-03-02 | cxgb4/cxgb4vf: For T6 adapter, set FBMIN to 64 bytes | Hariprasad Shenai | 3 | -2/+24 |
2016-03-02 | cxgb4/cxgb4vf: Use fl capacity to check if fl needs to be replenished | Hariprasad Shenai | 2 | -2/+2 |
2016-03-02 | Merge branch 'stmmac-optimizations' | David S. Miller | 20 | -712/+1016 |
2016-03-02 | stmmac: update version to Oct_2015 | Giuseppe Cavallaro | 1 | -1/+1 |
2016-03-02 | stmmac: tune rx copy via threshold. | Giuseppe Cavallaro | 2 | -2/+25 |
2016-03-02 | stmmac: do not perform zero-copy for rx frames | Giuseppe Cavallaro | 3 | -15/+86 |
2016-03-02 | stmmac: fix phy init when attached to a phy | Fabrice Gasnier | 1 | -2/+3 |
2016-03-02 | stmmac: do not poll phy handler when attach a switch | Giuseppe Cavallaro | 1 | -0/+5 |
2016-03-02 | stmmac: first frame prep at the end of xmit routine | Giuseppe Cavallaro | 6 | -78/+95 |
2016-03-02 | stmmac: set dirty index out of the loop | Giuseppe Cavallaro | 1 | -4/+1 |
2016-03-02 | stmmac: optimize tx clean function | Fabrice Gasnier | 4 | -18/+42 |
2016-03-02 | stmmac: optimize tx desc management | Giuseppe Cavallaro | 6 | -36/+42 |