summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * rsi: Fixed issue relating to variable de-referenced before check 'adapter'Fariya Fatima2014-04-091-2/+3
| | | * rsi: Fixed signedness bug reported by static code analyzer.Fariya Fatima2014-04-091-3/+5
| | | * rsi: Potential null pointer derefernce issue fixed.Fariya Fatima2014-04-091-19/+16
| * | | drivers: net: cpsw: enable interrupts after napi enable and clearing previous...Mugunthan V N2014-04-111-6/+6
| * | | drivers: net: cpsw: discard all packets received when interface is downMugunthan V N2014-04-111-1/+1
| * | | Drivers: net: hyperv: Address UDP checksum issuesKY Srinivasan2014-04-113-2/+37
| * | | Drivers: net: hyperv: Negotiate suitable ndis version for offload supportKY Srinivasan2014-04-111-1/+1
| * | | Drivers: net: hyperv: Allocate memory for all possible per-pecket informationKY Srinivasan2014-04-111-1/+3
| * | | bonding: Remove debug_fs files when module init failsThomas Richter2014-04-111-0/+1
| |/ /
| * | drivers: net: cpsw: Add default vlan for dual emac case alsoMugunthan V N2014-04-091-2/+1
| * | net phylib: Remove unnecessary condition check in phyBalakumaran Kannan2014-04-091-5/+1
| |/
* | Merge tag 'ntb-3.15' of git://github.com/jonmason/ntbLinus Torvalds2014-04-131-7/+20
|\ \ | |/ |/|
| * NTB: Code Style Clean-upJon Mason2014-04-071-1/+1
| * NTB: client event cleanupJon Mason2014-04-071-4/+12
| * ntb_netdev: Fix skb free issue in openJon Mason2014-04-071-1/+3
| * ntb_netdev: Fix list_for_each_entry exit issueJon Mason2014-04-071-2/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-0817-105/+175
|\ \
| * | net/at91_ether: avoid NULL pointer dereferenceGilles Chanteperdrix2014-04-071-0/+3
| * | at86rf230: fix MAX_CSMA_RETRIES parameterAlexander Aring2014-04-071-1/+1
| * | sxgbe: fix duplicate #include headersJean Sacren2014-04-071-1/+0
| * | xen-netback: Trivial format string fixZoltan Kiss2014-04-041-2/+2
| * | net: bcmgenet: Remove unnecessary version.h inclusionSachin Kamat2014-04-041-1/+0
| * | net: smc911x: Remove unused local variableLaurent Pinchart2014-04-041-1/+0
| * | bonding: Inactive slaves should keep inactive flag's valuezheng.li2014-04-041-1/+1
| * | net: Micrel KSZ8864RMN 4-port managed switch supportPhilipp Zabel2014-04-031-12/+40
| * | sxgbe: fix driver probe error path and driver removal leaksfrançois romieu2014-04-031-10/+17
| * | sxgbe: use common NET_VENDOR_FOO style.françois romieu2014-04-032-13/+20
| * | xen-netback: Grant copy the header instead of map and memcpyZoltan Kiss2014-04-032-53/+70
| * | xen-netback: Rename map opsZoltan Kiss2014-04-031-22/+24
| * | net: qlcnic: include irq.h for irq definitionsJosh Boyer2014-04-031-0/+1
| * | net: enic: include irq.h for irqreturn_t definitionsJosh Boyer2014-04-031-0/+1
| * | net: bnx2x: include irq.h for irqreturn_t definitionsJosh Boyer2014-04-031-0/+1
| * | net: ti: fix CPTS driver build on armAlexei Starovoitov2014-04-031-0/+2
| * | net: vxlan: fix crash when interface is created with no groupMike Rapoport2014-04-031-1/+5
* | | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2014-04-082-2/+2
* | | rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine2014-04-081-0/+1
* | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-04-044-0/+95
|\ \ \ | |/ / |/| |
| | |
| | \
| *-. \ Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc...Roland Dreier2014-04-032-0/+9
| |\ \ \
| | | * | be2net: Add abi version between be2net and ocrdmaDevesh Sharma2014-04-032-0/+9
| | |/ /
| * | | IB/mlx5: Keep mlx5 MRs in a radix tree under deviceSagi Grimberg2014-03-072-0/+25
| * | | mlx5: Implement create_mr and destroy_mrSagi Grimberg2014-03-071-0/+61
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-03817-21834/+77015
|\ \ \
| * \ \ Merge tag 'linux-can-fixes-for-3.15-20140401' of git://gitorious.org/linux-ca...David S. Miller2014-04-014-161/+265
| |\ \ \
| | * | | can: c_can: Avoid led toggling for every packet.Thomas Gleixner2014-04-011-3/+4
| | * | | can: c_can: Simplify TX interrupt cleanupThomas Gleixner2014-04-011-20/+17
| | * | | can: c_can: Store dlc privateThomas Gleixner2014-04-012-27/+29
| | * | | can: c_can: Reduce register accessThomas Gleixner2014-04-011-34/+15
| | * | | can: c_can: Make the code readableThomas Gleixner2014-04-011-51/+56
| | * | | can: c_can: Provide protection in the xmit pathThomas Gleixner2014-04-012-1/+9
| | * | | can: c_can: Remove EOB exitThomas Gleixner2014-04-011-3/+0