summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA2016-01-291-1/+2
* vxlan: fix a out of bounds access in __vxlan_find_macLi RongQing2016-01-291-1/+1
* net: dsa: mv88e6xxx: fix port VLAN mapsVivien Didelot2016-01-291-1/+2
* fib_trie: Fix shift by 32 in fib_table_lookupAlexander Duyck2016-01-291-3/+4
* net: moxart: use correct accessors for DMA memoryArnd Bergmann2016-01-292-18/+32
* ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann2016-01-291-0/+4
* Merge branch 'bnxt_en-fixes'David S. Miller2016-01-291-5/+4
|\
| * bnxt_en: Fix crash in bnxt_free_tx_skbs() during tx timeout.Michael Chan2016-01-291-2/+3
| * bnxt_en: Exclude rx_drop_pkts hw counter from the stack's rx_dropped counter.Michael Chan2016-01-291-2/+0
| * bnxt_en: Ring free response from close path should use completion ringPrashant Sreedharan2016-01-291-1/+1
|/
* net_sched: drr: check for NULL pointer in drr_dequeueBernie Harris2016-01-291-0/+2
* ptp: ixp46x: use helpers for converting ns to timespecKefeng Wang2016-01-291-5/+2
* tcp: Change reference to experimental CWND RFC.Jörg Thalheim2016-01-291-1/+1
* macvlan: make operstate and carrier more accurateNikolay Aleksandrov2016-01-291-0/+2
* tipc: fix connection abort during subscription cancelParthasarathy Bhuvaragan2016-01-291-6/+5
* net: cavium: liquidio: use helpers ns_to_timespec64()Kefeng Wang2016-01-291-3/+1
* ipv4: early demux should be aware of fragmentsEric Dumazet2016-01-291-1/+4
* Merge branch 'phylib-regressions-part-2'David S. Miller2016-01-285-20/+33
|\
| * DT: phy.txt: Clarify expected compatible valuesAndrew Lunn2016-01-284-20/+6
| * of: of_mdio: Add a whitelist of PHY compatibilities.Andrew Lunn2016-01-281-0/+27
|/
* Merge branch 'lan78xx-fixes'David S. Miller2016-01-281-44/+88
|\
| * lan78xx: throttle TX path at slower than SuperSpeed USBWoojung.Huh@microchip.com2016-01-281-1/+3
| * lan78xx: Add to handle mux control per chip idWoojung.Huh@microchip.com2016-01-281-27/+71
| * lan78xx: change to use updated phy-ignore-interruptsWoojung.Huh@microchip.com2016-01-281-16/+14
|/
* tcp: beware of alignments in tcp_get_info()Eric Dumazet2016-01-281-4/+8
* switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo Schimmel2016-01-285-15/+14
* xen-netfront: request Tx response events more oftenMalcolm Crossley2016-01-281-12/+3
* net: mv643xx_eth: fix packet corruption with TSO and tiny unaligned packets.Nicolas Schichan2016-01-281-2/+2
* of: of_mdio: Ensure mdio device is a PHYAndrew Lunn2016-01-281-1/+9
* Merge tag 'mac80211-for-davem-2016-01-26' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-01-2813-64/+85
|\
| * rfkill: fix rfkill_fop_read wait_event usageJohannes Berg2016-01-261-12/+4
| * mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni2016-01-265-19/+11
| * mac80211: Don't buffer non-bufferable MMPDUsHelmut Schaa2016-01-141-0/+5
| * mac80211: handle sched_scan_stopped vs. hw restart raceEliad Peller2016-01-142-0/+9
| * mac80211: fix PS-Poll handlingEmmanuel Grumbach2016-01-141-1/+1
| * Revert "mac80211_hwsim: support any address in userspace"Bob Copeland2016-01-141-2/+3
| * mac80211: clear local->sched_scan_req properly on reconfigEliad Peller2016-01-141-1/+4
| * mac80211: avoid ROC during hw restartEliad Peller2016-01-143-2/+18
| * regulatory: fix world regulatory domain dataJohannes Berg2016-01-141-5/+7
| * wireless: change cfg80211 regulatory domain info as debug messagesDave Young2016-01-141-15/+18
| * mac80211: fix remain-on-channel cancellationJohannes Berg2016-01-141-2/+4
| * mac80211: recalculate SW ROC only when neededJohannes Berg2016-01-141-5/+1
* | net: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-01-282-0/+2
* | tcp: fix tcp_mark_head_lost to check skb len before fragmentingNeal Cardwell2016-01-281-5/+5
* | inet: frag: Always orphan skbs inside ip_defrag()Joe Stringer2016-01-282-2/+1
* | Merge branch 'sctp-transport-races'David S. Miller2016-01-285-30/+24
|\ \
| * | sctp: remove the dead field of sctp_transportXin Long2016-01-284-21/+2
| * | sctp: hold transport before we access t->asoc in sctp procXin Long2016-01-281-0/+8
| * | sctp: fix the transport dead race check by using atomic_add_unless on refcntXin Long2016-01-283-9/+14
|/ /
* | Merge branch 'mlxsw-fixes'David S. Miller2016-01-284-40/+293
|\ \