summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-can-fixes-for-3.18-20141118' of git://gitorious.org/linux-ca...David S. Miller2014-11-1910-64/+183
|\
| * can: m_can: update to support CAN FD featuresDong Aisheng2014-11-181-43/+134
| * can: m_can: fix incorrect error messagesDong Aisheng2014-11-181-3/+3
| * can: m_can: add missing delay after setting CCCR_INIT bitDong Aisheng2014-11-181-0/+1
| * can: m_can: fix not set can_dlc for remote frameDong Aisheng2014-11-181-3/+4
| * can: m_can: fix possible sleep in napi pollDong Aisheng2014-11-181-5/+15
| * can: m_can: add missing message RAM initializationDong Aisheng2014-11-181-1/+10
| * can: m_can: add CONFIG_HAS_IOMEM dependenceDavid Cohen2014-11-181-0/+1
| * can: m_can: add .ndo_change_mtu functionDong Aisheng2014-11-181-0/+1
| * can: gs_usb: add .ndo_change_mtu functionMarc Kleine-Budde2014-11-181-0/+1
| * can: rcar_can: add .ndo_change_mtu functionMarc Kleine-Budde2014-11-181-0/+1
| * can: xilinx_can: add .ndo_change_mtu functionMarc Kleine-Budde2014-11-181-0/+1
| * can: xilinx_can: fix comparison of unsigned variableSudip Mukherjee2014-11-181-1/+2
| * can: remove unused variableSudip Mukherjee2014-11-183-8/+2
| * can: esd_usb2: fix memory leak on disconnectAlexey Khoroshilov2014-11-181-0/+1
| * can: dev: add can_is_canfd_skb() APIDong Aisheng2014-11-181-0/+6
| * can: dev: fix typo CIA -> CiA, CAN in AutomationRoman Fietze2014-11-181-1/+1
| * can: dev: avoid calling kfree_skb() from interrupt contextThomas Körper2014-11-181-1/+1
* | net/mlx4_en: Add VXLAN ndo calls to the PF net device ops tooOr Gerlitz2014-11-191-1/+6
* | bonding: fix curr_active_slave/carrier with loadbalance arp monitoringNikolay Aleksandrov2014-11-191-1/+2
* | vxlan: Inline vxlan_gso_check().Joe Stringer2014-11-182-20/+17
|/
* ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2014-11-162-10/+10
* qmi_wwan: Add support for HP lt4112 LTE/HSPA+ Gobi 4G ModemMartin Hauke2014-11-161-0/+1
* Merge branch 'net_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshel...David S. Miller2014-11-163-12/+21
|\
| * openvswitch: Validate IPv6 flow key and mask values.Jarno Rajahalme2014-11-151-0/+7
| * openvswitch: Convert dp rcu read operation to locked operationsPravin B Shelar2014-11-151-7/+7
| * openvswitch: Fix NDP flow mask validationDaniele Di Proietto2014-11-151-1/+1
| * openvswitch: Fix checksum calculation when modifying ICMPv6 packets.Jesse Gross2014-11-151-2/+6
| * openvswitch: Fix memory leak.Pravin B Shelar2014-11-151-2/+0
* | dcbnl : Disable software interrupts before taking dcb_lockAnish Bhatt2014-11-161-18/+18
* | ieee802154: fix error handling in ieee802154fake_probe()Alexey Khoroshilov2014-11-161-5/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-11-168-58/+32
|\ \
| * | netfilter: conntrack: fix race in __nf_conntrack_confirm against get_next_corpsebill bonaparte2014-11-141-6/+8
| * | netfilter: nf_tables: restore synchronous object release from commit/abortPablo Neira Ayuso2014-11-122-18/+8
| * | netfilter: nft_compat: use the match->table to validate dependenciesPablo Neira Ayuso2014-11-121-2/+2
| * | netfilter: nft_compat: relax chain type validationPablo Neira Ayuso2014-11-121-30/+2
| * | netfilter: nft_compat: use current net namespacePablo Neira Ayuso2014-11-121-2/+2
| * | ipvs: Keep skb->sk when allocating headroom on tunnel xmitCalvin Owens2014-11-121-0/+2
| * | netfilter: ipset: small potential read beyond the end of bufferDan Carpenter2014-11-111-0/+6
| * | netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_evalDaniel Borkmann2014-11-102-0/+2
* | | drivers: net: cpsw: Fix TX_IN_SEL offsetJohn Ogness2014-11-161-3/+3
* | | reciprocal_div: objects with exported symbols should be obj-y rather than lib-yHannes Frederic Sowa2014-11-161-2/+2
* | | ipv4: Fix incorrect error code when adding an unreachable routePanu Matilainen2014-11-161-0/+4
* | | Merge branch 'vxlan_gso_check'David S. Miller2014-11-145-0/+33
|\ \ \
| * | | qlcnic: Implement ndo_gso_check()Joe Stringer2014-11-141-0/+6
| * | | net/mlx4_en: Implement ndo_gso_check()Joe Stringer2014-11-141-0/+6
| * | | be2net: Implement ndo_gso_check()Joe Stringer2014-11-141-0/+6
| * | | net: Add vxlan_gso_check() helperJoe Stringer2014-11-142-0/+15
|/ / /
* | | Merge tag 'master-2014-11-11' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-11-1412-75/+81
|\ \ \
| * | | ath9k: Fix RTC_DERIVED_CLK usageMiaoqing Pan2014-11-112-13/+13