summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * can: c_can: Fix berr reportingThomas Gleixner2014-04-241-10/+6
| * can: c_can: Handle state change correctlyThomas Gleixner2014-04-241-5/+20
| * can: c_can: Do not access skb after net_receive_skb()Thomas Gleixner2014-04-241-5/+4
| * can: c_can: Make bus off interrupt disable logic workThomas Gleixner2014-04-241-7/+4
| * can: c_can: Fix startup logicThomas Gleixner2014-04-241-18/+17
| * can: c_can_pci: Set the type of the IP coreThomas Gleixner2014-04-241-0/+2
* | Merge branch 'altera_tse'David S. Miller2014-04-267-73/+136
|\ \
| * | Altera TSE: Change driver name used by EthtoolVince Bridgers2014-04-261-1/+7
| * | Altera TSE: Fix Panic in probe routine when phy probe failsVince Bridgers2014-04-261-21/+24
| * | Altera TSE: Set the Pause Quanta value to the IEEE default valueVince Bridgers2014-04-262-0/+4
| * | Altera TSE: Work around unaligned DMA receive packet issue with Altera SGDMAVince Bridgers2014-04-266-51/+101
|/ /
* | Merge branch 'bnx2x-net'David S. Miller2014-04-264-15/+51
|\ \
| * | bnx2x: Fix failure to configure VF multicast filtersNarender Kumar2014-04-261-0/+1
| * | bnx2x: Fix vlan credit issues for VFsYuval Mintz2014-04-263-11/+37
| * | bnx2x: Memory leak during VF removalYuval Mintz2014-04-263-4/+13
|/ /
* | ipv6: fib: fix fib dump restartKumar Sundararajan2014-04-241-1/+2
* | Merge branch 'rtnetlink_vf_ports'David S. Miller2014-04-241-11/+22
|\ \ | |/ |/|
| * rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson2014-04-241-6/+10
| * rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson2014-04-241-5/+12
|/
* netfilter: Fix warning in nfnetlink_receive().David S. Miller2014-04-241-1/+0
* Merge branch 'netlink-caps'David S. Miller2014-04-2425-44/+177
|\
| * net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-2419-36/+38
| * net: Add variants of capable for use on netlink messagesEric W. Biederman2014-04-242-0/+72
| * net: Add variants of capable for use on on socketsEric W. Biederman2014-04-242-0/+54
| * net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman2014-04-243-4/+9
| * netlink: Rename netlink_capable netlink_allowedEric W. Biederman2014-04-241-5/+5
|/
* gianfar: Check if phydev present on ethtool -AClaudiu Manoil2014-04-241-0/+3
* Merge branch 'qlcnic-net'David S. Miller2014-04-242-1/+17
|\
| * qlcnic: Fix memory leak.Rajesh Borundia2014-04-241-1/+8
| * qlcnic: Reset firmware API lock at driver load timeSony Chacko2014-04-241-0/+9
|/
* team: forbid incorrect fall-through in notifierJiri Pirko2014-04-241-0/+2
* net: cadence: Fix architecture dependenciesJean Delvare2014-04-241-2/+2
* smc91x: improve definition of debug macrosZi Shen Lim2014-04-241-11/+12
* net: filter: initialize A and X registersAlexei Starovoitov2014-04-231-7/+9
* net: Update my email addressBen Hutchings2014-04-231-1/+1
* vxlan: ensure to advertise the right fdb remoteNicolas Dichtel2014-04-231-17/+21
* net/phy: micrel: fix bugged test on device tree loading for ksz9021Hubert Chaumette2014-04-231-3/+3
* hisax/icc: add missing semicolon after labelJulia Lawall2014-04-231-1/+1
* smc91x: fix compile error when SMC_DEBUG >= 2Zi Shen Lim2014-04-231-1/+1
* net: sxgbe: Added phy_found error pathByungho An2014-04-221-2/+12
* net: sxgbe: rearrange dma descriptorByungho An2014-04-222-24/+19
* virtio_net: zero is an invald queue_pairs numberAmos Kong2014-04-221-1/+1
* arc_emac: write initial MAC address from devicetree to hwMax Schwarz2014-04-221-7/+14
* net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski2014-04-223-4/+4
* MAINTAINERS: SXGBE authors updateFlorian Fainelli2014-04-211-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-04-2114-79/+59
|\
| * e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski2014-04-1910-22/+21
| * ixgbe: clean up Rx time stamping codeJakub Kicinski2014-04-193-45/+15
| * igb: fix stats for i210 rx_fifo_errorsTodd Fujinaka2014-04-191-1/+3
| * e1000e: Enclose e1000e_pm_thaw() with CONFIG_PM_SLEEPHiroaki SHIMODA2014-04-191-1/+1