summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ibmveth: Fix endian issues with MAC addressesAnton Blanchard2014-03-062-10/+16
* net: unix socket code abuses csum_partialAnton Blanchard2014-03-061-2/+1
* net: Improve SO_TIMESTAMPING documentation and fix a minor code bugAndrew Lutomirski2014-03-062-21/+32
* phy: fix compiler array bounds warning on settings[]Bjorn Helgaas2014-03-061-5/+6
* inet: frag: make sure forced eviction removes all fragsFlorian Westphal2014-03-061-1/+1
* Merge branch 'tipc'David S. Miller2014-03-066-37/+47
|\
| * tipc: don't log disabled tasklet handler errorsErik Hugne2014-03-061-1/+0
| * tipc: fix memory leak during module removalErik Hugne2014-03-061-3/+34
| * tipc: drop subscriber connection id invalidationErik Hugne2014-03-061-11/+0
| * tipc: avoid to unnecessary process switch under non-block modeYing Xue2014-03-061-2/+2
| * tipc: fix connection refcount leakYing Xue2014-03-061-2/+4
| * tipc: allow connection shutdown callback to be invoked in advanceYing Xue2014-03-063-18/+7
|/
* l2tp: fix userspace reception on plain L2TP socketsGuillaume Nault2014-03-061-5/+7
* l2tp: fix manual sequencing (de)activation in L2TPv2Guillaume Nault2014-03-064-3/+7
* hyperv: Move state setting for link queryHaiyang Zhang2014-03-062-1/+24
* net: macb: DMA-unmap full rx-bufferSoren Brinkmann2014-03-061-1/+1
* net: macb: Check DMA mappings for errorSoren Brinkmann2014-03-061-2/+12
* net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann2014-03-062-7/+2
* r8152: disable the ECM modehayeswang2014-03-064-255/+17
* net/mlx4: Support shutdown() interfaceGavin Shan2014-03-061-0/+1
* bridge: multicast: add sanity check for query source addressesLinus Lüssing2014-03-061-0/+6
* net: fix for a race condition in the inet frag codeNikolay Aleksandrov2014-03-061-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-04110-690/+1108
|\
| * macvlan: Add support for 'always_on' offload featuresVlad Yasevich2014-03-031-2/+5
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-03-036-24/+51
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-036-24/+51
| | |\
| | | * mwifiex: do not advertise usb autosuspend supportBing Zhao2014-02-281-8/+0
| | | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-02-282-1/+32
| | | |\
| | | | * mac80211: fix association to 20/40 MHz VHT networksJohannes Berg2014-02-271-0/+1
| | | | * cfg80211: regulatory: reset regdomain in case of errorJanusz Dziedzic2014-02-251-1/+9
| | | | * mac80211: don't validate unchanged AP bandwidth while trackingJohannes Berg2014-02-241-0/+22
| | | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwif...John W. Linville2014-02-283-15/+19
| | | |\ \
| | | | * | iwlwifi: fix TX status for aggregated packetsJohannes Berg2014-02-272-14/+18
| | | | * | iwlwifi: mvm: change of listen interval from 70 to 10Max Stepanov2014-02-271-1/+1
| * | | | | net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann2014-03-031-0/+7
| * | | | | Merge tag 'linux-can-fixes-for-3.14-20140303' of git://gitorious.org/linux-ca...David S. Miller2014-03-033-68/+136
| |\ \ \ \ \
| | * | | | | can: remove CAN FD compatibility for CAN 2.0 socketsOliver Hartkopp2014-03-032-27/+5
| | * | | | | can: flexcan: factor out soft reset into seperate funtionMarc Kleine-Budde2014-03-031-9/+17
| | * | | | | can: flexcan: flexcan_remove(): add missing netif_napi_del()Marc Kleine-Budde2014-03-031-1/+2
| | * | | | | can: flexcan: fix transition from and to freeze mode in chip_{,un}freezeMarc Kleine-Budde2014-03-031-11/+49
| | * | | | | can: flexcan: factor out transceiver {en,dis}able into seperate functionsMarc Kleine-Budde2014-03-031-7/+20
| | * | | | | can: flexcan: fix transition from and to low power mode in chip_{en,dis}ableMarc Kleine-Budde2014-03-031-12/+38
| | * | | | | can: flexcan: flexcan_open(): fix error path if flexcan_chip_start() failsMarc Kleine-Budde2014-03-031-1/+3
| | * | | | | can: flexcan: fix shutdown: first disable chip, then all interruptsMarc Kleine-Budde2014-03-031-3/+5
| | |/ / / /
| * | | | | ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointerXin Long2014-03-031-1/+0
| * | | | | net: cpsw: fix cpdma rx descriptor leak on down interfaceSchuyler Patton2014-03-031-0/+6
| * | | | | be2net: isolate TX workarounds not applicable to Skyhawk-RVasundhara Volam2014-03-031-13/+26
| * | | | | be2net: Fix skb double free in be_xmit_wrokarounds() failure pathVasundhara Volam2014-03-031-3/+4
| * | | | | be2net: clear promiscuous bits in adapter->flags while disabling promiscuous ...Somnath kotur2014-03-031-3/+9
| * | | | | be2net: Fix to reset transparent vlan taggingSomnath Kotur2014-03-032-20/+12