summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | netdev: fix drivers/net/phy/ kernel-doc warningsRandy Dunlap2012-06-081-1/+1
| * | | | net/core: fix kernel-doc warningsRandy Dunlap2012-06-082-3/+3
| * | | | be2net: fix a race in be_xmit()Eric Dumazet2012-06-081-2/+3
| * | | | l2tp: fix a race in l2tp_ip_sendmsg()Eric Dumazet2012-06-081-3/+6
| * | | | Revert "niu: Add support for byte queue limits."David S. Miller2012-06-081-11/+1
| * | | | stmmac: fix driver built w/ w/o both pci and platf modulesGiuseppe CAVALLARO2012-06-073-12/+72
| * | | | snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat2012-06-074-0/+5
| * | | | appletalk: Remove out of date message in printkDave Jones2012-06-071-3/+1
| * | | | sky2: fix checksum bit management on some chipsstephen hemminger2012-06-071-4/+6
| * | | | ipv6: fib: Restore NTF_ROUTER exception in fib6_age()Thomas Graf2012-06-071-1/+1
| * | | | net: neighbour: fix neigh_dump_info()Eric Dumazet2012-06-071-8/+6
| * | | | net: l2tp_eth: fix kernel panic on rmmod l2tp_ethEric Dumazet2012-06-071-0/+2
| | |/ / | |/| |
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-06-0624-48/+180
| |\ \ \
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-0624-48/+180
| | |\| |
| | | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-06-061-1/+1
| | | |\ \
| | | | * | Bluetooth: Fix checking the wrong flag when accepting a socketVinicius Costa Gomes2012-06-051-1/+1
| | | * | | cfg80211: fix interface combinations checkJohannes Berg2012-06-051-1/+18
| | | * | | iwlwifi: unregister LEDs if mac80211 registration failsJohannes Berg2012-06-051-0/+1
| | | * | | iwlwifi: fix double free/complete in firmware loadingJohannes Berg2012-06-051-2/+7
| | | |/ /
| | | * | iwlwifi: disable WoWLAN if !CONFIG_PM_SLEEPJohannes Berg2012-06-041-0/+2
| | | * | mac80211: fix non RCU-safe sta_list manipulationArik Nemtsov2012-06-041-2/+2
| | | * | bcma: add ext PA workaround for BCM4331 and BCM43431Seth Forshee2012-06-042-3/+5
| | | * | rt2x00: use atomic variable for seqnoStanislaw Gruszka2012-06-043-10/+7
| | | * | brcmfmac: Fix likely misuse of | for &Joe Perches2012-06-041-2/+2
| | | * | mac80211: Fix likely misuse of | for &Joe Perches2012-06-041-3/+3
| | | * | mac80211: add missing rcu_read_lock/unlock in agg-rx session timerFelix Fietkau2012-06-041-1/+6
| | | * | mac80211: clean up remain-on-channel on interface stopJohannes Berg2012-06-042-0/+28
| | | * | mac80211_hwsim: advertise interface combinationsJohannes Berg2012-06-041-0/+21
| | | * | mac80211: fix error in station state transitions during reconfigMeenakshi Venkataraman2012-06-041-1/+1
| | | * | iwlwifi: fix TX power antenna accessJohannes Berg2012-06-041-9/+9
| | | * | mac80211: Fix Unreachable Mesh Station Problem when joining to another MBSSChun-Yeow Yeoh2012-06-041-3/+6
| | | * | cfg80211: use sme_state in ibss start/join pathAmitkumar Karwar2012-06-041-1/+5
| | | * | mwifiex: support NL80211_HIDDEN_SSID_ZERO_LEN for uAPAvinash Patil2012-06-043-0/+28
| | | * | mwifiex: invalidate bss config before setting channel for uAPAvinash Patil2012-06-041-0/+1
| | | * | mac80211: run scan after finish connection monitoringStanislaw Gruszka2012-06-041-9/+27
| | | |/
| * | / inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet2012-06-062-5/+16
| |/ /
| * | net: sierra_net: device IDs for Aircard 320U++Bjørn Mork2012-06-061-4/+10
| * | mv643xx_eth: Fix compile error for architectures without clk.Andrew Lunn2012-06-061-5/+10
| * | stmmac: fix driver Kconfig when built as moduleGiuseppe CAVALLARO2012-06-065-35/+31
| * | stmmac: update driver's docGiuseppe CAVALLARO2012-06-061-19/+25
| * | stmmac: fix driver's doc when run kernel-doc scriptGiuseppe CAVALLARO2012-06-061-2/+5
| * | ixgbe: IXGBE_RXD_STAT_VP set even with Rx stripping enabledJohn Fastabend2012-06-051-2/+5
| * | ixgbe: fix_features rxvlan is independent of DCB and needs to be setJohn Fastabend2012-06-051-10/+5
| * | e1000e: test for valid check_reset_block function pointerBruce Allan2012-06-054-8/+12
| * | net/hyperv: Use wait_event on outstanding sends during device removalHaiyang Zhang2012-06-042-6/+7
| * | net: icplus: fix interrupt maskGiuseppe CAVALLARO2012-06-041-0/+7
| * | Merge branch 'master' of git://gitorious.org/linux-can/linux-canDavid S. Miller2012-06-043-8/+11
| |\ \
| | * | can: cc770: Fix likely misuse of | for &Joe Perches2012-06-031-1/+1
| | * | can: c_can: fix race condition in c_can_open()AnilKumar Ch2012-06-031-1/+2
| | * | can: c_can: fix an interrupt thrash issue with c_can driverAnilKumar Ch2012-06-032-4/+4