summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-08-316-10/+25
|\
| * netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso2012-08-312-5/+12
| * netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso2012-08-301-1/+4
| * netfilter: nfnetlink_log: fix error return code in init pathJulia Lawall2012-08-301-1/+3
| * netfilter: ctnetlink: fix error return code in init pathJulia Lawall2012-08-301-1/+2
| * ipvs: fix error return codeJulia Lawall2012-08-301-1/+3
| * netfilter: nfnetlink_log: fix NLA_PUT macro removal bugPatrick McHardy2012-08-201-1/+1
* | bnx2x: Correct the ndo_poll_controller callMerav Sicron2012-08-301-3/+5
* | bnx2x: Move netif_napi_add to the open callMerav Sicron2012-08-305-13/+10
* | ipv4: must use rcu protection while calling fib_lookupEric Dumazet2012-08-301-0/+2
* | bnx2x: fix 57840_MF pci idYuval Mintz2012-08-301-1/+1
* | net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri2012-08-301-2/+12
* | e1000e: DoS while TSO enabled caused by link partner with small MSSBruce Allan2012-08-302-25/+24
* | l2tp: avoid to use synchronize_rcu in tunnel free functionxeb@mail.ru2012-08-302-2/+2
* | gianfar: fix default tx vlan offload feature flagClaudiu Manoil2012-08-301-1/+1
* | xen-netfront: use __pskb_pull_tail to ensure linear area is big enough on RXIan Campbell2012-08-301-29/+10
* | netpoll: revert 6bdb7fe3104 and fix be_poll() insteadAmerigo Wang2012-08-293-11/+7
* | Merge branch 'sfc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller2012-08-241-2/+2
|\ \
| * | sfc: Fix reporting of IPv4 full filters through ethtoolBen Hutchings2012-08-241-2/+2
* | | Merge branch 'fixes-for-3.6' of git://gitorious.org/linux-can/linux-canDavid S. Miller2012-08-242-4/+7
|\ \ \
| * | | can: sja1000_platform: fix wrong flag IRQF_SHARED for interrupt sharingSven Schmitt2012-08-241-1/+3
| * | | can: softing: Fix potential memory leak in softing_load_fw()Alexey Khoroshilov2012-08-241-3/+4
* | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-08-249-40/+44
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-249-40/+44
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-231-22/+16
| | |\ \ \
| | | * | | mac80211: fix DS to MBSS address translationThomas Pedersen2012-08-221-22/+16
| | * | | | brcm80211: smac: set interface down on resetVladimir Zapolskiy2012-08-221-0/+3
| | * | | | iwlwifi: protect SRAM debugfsJohannes Berg2012-08-211-0/+3
| | * | | | iwlwifi: fix flow handler debug codeJohannes Berg2012-08-213-16/+18
| | * | | | drivers/net/wireless/ipw2x00/ipw2100.c: introduce missing initializationJulia Lawall2012-08-211-1/+2
| | * | | | ath5k: fix wrong max power per rate eeprom reads for 802.11aThomas Huehn2012-08-212-1/+2
* | | | | | tcp: fix cwnd reduction for non-sack recoveryYuchung Cheng2012-08-241-8/+7
* | | | | | netlink: fix possible spoofing from non-root processesPablo Neira Ayuso2012-08-241-1/+3
* | | | | | stmmac: add header inclusion protectionRayagond Kokatanur2012-08-249-0/+43
* | | | | | ipv4: take rt_uncached_lock only if neededEric Dumazet2012-08-241-1/+1
|/ / / / /
* | | | | af_packet: match_fanout_group() can be staticFengguang Wu2012-08-231-1/+1
* | | | | stmmac: fix a typo in the macro used to mask the mmc irqGiuseppe CAVALLARO2012-08-231-3/+3
* | | | | stmmac: fix GMAC syn IDGiuseppe CAVALLARO2012-08-231-1/+1
* | | | | ipv4: properly update pmtuEric Dumazet2012-08-231-1/+1
* | | | | Linux 3.6-rc3v3.6-rc3Linus Torvalds2012-08-221-1/+1
* | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-08-2228-181/+419
|\ \ \ \ \
| * | | | | fbcon: fix race condition between console lock and cursor timer (v1.1)Dave Airlie2012-08-221-1/+8
| * | | | | drm: Add missing static storage class specifiers in drm_proc.c fileSachin Kamat2012-08-221-2/+2
| * | | | | drm/udl: dpms off the crtc when disabled.Dave Airlie2012-08-221-2/+1
| * | | | | drm: Remove two unused fields from struct drm_display_modeDamien Lespiau2012-08-222-5/+0
| * | | | | drm: stop vmgfx driver explosionAlan Cox2012-08-221-1/+5
| * | | | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-08-2210-64/+141
| |\ \ \ \ \
| | * | | | | drm/i915: use hsw rps tuning values everywhere on gen6+Daniel Vetter2012-08-201-11/+4
| | * | | | | drm/i915: fall back to bit-banging if GMBUS fails in CRT EDID readsJani Nikula2012-08-171-3/+33
| | * | | | | drm/i915: extract connector update from intel_ddc_get_modes() for reuseJani Nikula2012-08-172-9/+24