summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111336-29147/+70816
|\
| * Fix race condition between vxlan_sock_add and vxlan_sock_releaseMarcelo Leitner2014-12-111-7/+3
| * net/macb: fix compilation warning for print_hex_dump() called with skb->mac_h...Cyrille Pitchen2014-12-111-1/+1
| * Merge branch 'mlx4-next'David S. Miller2014-12-1118-170/+1342
| |\
| | * net/mlx4: Add support for A0 steeringMatan Barak2014-12-117-19/+191
| | * net/mlx4: Refactor QUERY_PORTMatan Barak2014-12-113-95/+154
| | * net/mlx4_core: Add explicit error message when rule doesn't meet configurationMatan Barak2014-12-111-3/+18
| | * net/mlx4: Add A0 hybrid steeringMatan Barak2014-12-118-25/+300
| | * net/mlx4: Add mlx4_bitmap zone allocatorMatan Barak2014-12-112-0/+451
| | * net/mlx4: Add a check if there are too many reserved QPsDotan Barak2014-12-111-1/+7
| | * net/mlx4: Change QP allocation schemeEugenia Emantayev2014-12-1114-38/+137
| | * net/mlx4_core: Use tasklet for user-space CQ completion eventsMatan Barak2014-12-115-2/+86
| | * net/mlx4_core: Mask out host side virtualization features for guestsOr Gerlitz2014-12-111-1/+11
| | * net/mlx4_en: Set csum level for encapsulated packetsOr Gerlitz2014-12-111-1/+2
| |/
| * be2net: Export tunnel offloads only when a VxLAN tunnel is createdSriharsha Basavapatna2014-12-112-10/+33
| * gianfar: Fix dma check map error when DMA_API_DEBUG is enabledKevin Hao2014-12-111-28/+56
| * cxgb4/csiostor: Don't use MASTER_MUST for fw_hello callHariprasad Shenai2014-12-113-16/+3
| * Merge branch 'fec-next'David S. Miller2014-12-101-2/+11
| |\
| | * net: fec: only enable mdio interrupt before phy device link upNimrod Andy2014-12-101-1/+4
| | * net: fec: clear all interrupt events to support i.MX6SXNimrod Andy2014-12-101-1/+1
| | * net: fec: reset fep link status in suspend functionNimrod Andy2014-12-101-0/+6
| |/
| * net: sock: fix access via invalid file descriptorAlexei Starovoitov2014-12-101-2/+2
| * net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-1010-16/+15
| * cxgb4/cxgb4vf: global named must be uniqueStephen Rothwell2014-12-104-6/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-1077-330/+540
| |\
| | * net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cValdis.Kletnieks@vt.edu2014-12-091-1/+1
| | * xen-netfront: use correct linear area after linearizing an skbDavid Vrabel2014-12-091-0/+3
| | * tcp: fix more NULL deref after prequeue changesEric Dumazet2014-12-092-16/+16
| | * netback: don't store invalid vif pointerJan Beulich2014-12-091-4/+5
| | * Merge tag 'linux-can-fixes-for-3.18-20141207' of git://gitorious.org/linux-ca...David S. Miller2014-12-094-51/+54
| | |\
| | | * can: peak_usb: fix multi-byte values endianessStephane Grosjean2014-12-074-42/+43
| | | * can: peak_usb: fix cleanup sequence order in case of error during initStephane Grosjean2014-12-061-7/+10
| | | * can: peak_usb: fix memset() usageStephane Grosjean2014-12-061-2/+1
| | * | bnx2x: Implement ndo_gso_check()Joe Stringer2014-12-091-0/+7
| | * | amd-xgbe: Prevent Tx cleanup stallLendacky, Thomas2014-12-091-1/+1
| | * | Update old iproute2 and Xen Remus linksAndrew Shewmaker2014-12-092-4/+5
| | * | Merge tag 'master-2014-12-01' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-12-094-5/+27
| | |\ \
| | * | | bnx2x: Limit 1G link enforcementYaniv Rosner2014-12-091-2/+3
| | * | | stmmac: fix max coal timer parameterGiuseppe CAVALLARO2014-12-091-1/+1
| | * | | net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann2014-12-091-2/+2
| | * | | cxgb4: Update FW version string to match FW binary version 1.12.25.0Hariprasad Shenai2014-12-091-4/+4
| | * | | cxgb4: Add a check for flashing FW using ethtoolHariprasad Shenai2014-12-091-0/+26
| | * | | Merge branch 'amd-xgbe'David S. Miller2014-12-091-2/+5
| | |\ \ \
| | | * | | amd-xgbe: Associate Tx SKB with proper ring descriptorLendacky, Thomas2014-12-091-1/+5
| | | * | | amd-xgbe: Do not clear interrupt indicatorLendacky, Thomas2014-12-091-1/+0
| | |/ / /
| | * | | fib_trie: Fix /proc/net/fib_trie when CONFIG_IP_MULTIPLE_TABLES is not definedAlexander Duyck2014-12-081-2/+2
| | * | | net: mvneta: fix race condition in mvneta_tx()Eric Dumazet2014-12-081-1/+2
| | * | | net: mvneta: fix Tx interrupt delaywilly tarreau2014-12-081-1/+1
| | * | | mips: bpf: Fix broken BPF_MODDenis Kirjanov2014-12-081-2/+2
| | | |/ | | |/|
| | * | openvswitch: Fix flow mask validation.Pravin B Shelar2014-12-051-2/+2