summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* af_packet: tone down the Tx-ring unsupported spew.Dave Jones2016-04-061-1/+1
* net_sched: fix a memory leak in tc actionWANG Cong2016-04-061-0/+1
* samples/bpf: Enable powerpc supportNaveen N. Rao2016-04-064-4/+30
* samples/bpf: Use llc in PATH, rather than a hardcoded valueNaveen N. Rao2016-04-061-9/+3
* samples/bpf: Fix build breakage with map_perf_test_user.cNaveen N. Rao2016-04-061-0/+1
* Revert "bridge: Fix incorrect variable assignment on error path in br_sysfs_a...David S. Miller2016-04-061-1/+0
* cxgb4: Add pci device id for chelsio t520-cr adapterHariprasad Shenai2016-04-061-0/+1
* ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo2016-04-051-1/+1
* Revert "netpoll: Fix extra refcount release in netpoll_cleanup()"Bjorn Helgaas2016-04-051-2/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2016-04-052-2/+20
|\
| * e1000: Double Tx descriptors needed check for 82544Alexander Duyck2016-04-051-1/+18
| * e1000: Do not overestimate descriptor counts in Tx pre-checkAlexander Duyck2016-04-051-1/+1
| * i40e: fix errant PCIe bandwidth messageJesse Brandeburg2016-04-051-0/+1
|/
* sctp: use list_* in sctp_list_dequeueMarcelo Ricardo Leitner2016-04-051-4/+2
* sctp: flush if we can't fit another DATA chunkMarcelo Ricardo Leitner2016-04-051-1/+2
* bridge: Fix incorrect variable assignment on error path in br_sysfs_addbrBastien Philbert2016-04-041-0/+1
* ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan2016-04-041-3/+5
* ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan2016-04-041-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-0175-610/+824
|\
| * net: mvneta: fix changing MTU when using per-cpu processingMarcin Wojtas2016-04-011-14/+16
| * Merge branch 'stmmac-fixes'David S. Miller2016-04-015-54/+80
| |\
| | * stmmac: fix MDIO settingsGiuseppe CAVALLARO2016-04-014-48/+73
| | * Revert "stmmac: Fix 'eth0: No PHY found' regression"Giuseppe CAVALLARO2016-04-013-10/+11
| | * stmmac: fix TX normal DESCGiuseppe CAVALLARO2016-04-011-8/+8
| |/
| * net: mvneta: use cache_line_size() to get cacheline sizeJisheng Zhang2016-04-011-1/+1
| * net: mvpp2: use cache_line_size() to get cacheline sizeJisheng Zhang2016-04-011-1/+1
| * net: mvpp2: fix maybe-uninitialized warningJisheng Zhang2016-04-011-1/+3
| * tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann2016-04-013-15/+30
| * net: usb: cdc_ncm: adding Telit LE910 V2 mobile broadband cardDaniele Palmas2016-03-311-0/+7
| * rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel2016-03-311-0/+1
| * fec: Do not access unexisting register in ColdfireFabio Estevam2016-03-311-1/+1
| * net: mvneta: replace MVNETA_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTESJisheng Zhang2016-03-311-9/+1
| * net: mvpp2: replace MVPP2_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTESJisheng Zhang2016-03-311-13/+1
| * net: dsa: mv88e6xxx: Clear the PDOWN bit on setupPatrick Uiterwijk2016-03-312-0/+44
| * net: dsa: mv88e6xxx: Introduce _mv88e6xxx_phy_page_{read, write}Patrick Uiterwijk2016-03-311-13/+36
| * Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-03-319-121/+107
| |\
| | * ixgbe: Fix cls_u32 offload support for L4 portsSridhar Samudrala2016-03-291-12/+4
| | * ixgbe: Fix cls_u32 offload support for fields with masksSridhar Samudrala2016-03-292-7/+5
| | * ixgbe: fix error handling in TC cls_u32 offload routinesSridhar Samudrala2016-03-291-18/+34
| | * ixgbe: make __ixgbe_setup_tc staticEmil Tantilov2016-03-291-2/+2
| | * ixgbevf: fix error code path when setting MAC addressEmil Tantilov2016-03-292-5/+11
| | * ixgbevf: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-03-293-4/+6
| | * ixgbe: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-03-293-4/+6
| | * ixgbe: Use udelay to avoid sleeping while atomicMark Rustad2016-03-291-1/+1
| | * ixgbe: Fix ATR so that it correctly handles IPv6 extension headersAlexander Duyck2016-03-291-24/+21
| | * ixgbe: Store VXLAN port number in network orderAlexander Duyck2016-03-292-49/+20
| | * ixgbe: Fix for RAR0 not being set to default MAC addrTushar Dave2016-03-291-0/+2
| * | bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann2016-03-302-1/+5
| * | ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet2016-03-301-2/+2
| * | bnxt_en: Fix ethtool -a reporting.Michael Chan2016-03-301-4/+2