aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-21isdn/gigaset: fix zero size border case in debug dumpTilman Schmidt1-0/+2
2013-01-21cdc_ncm: add support FLAG_NOARP for Infineon modem platformWei Shuai1-0/+21
2013-01-21usbnet: add new flag FLAG_NOARP for usb net devicesWei Shuai2-0/+5
2013-01-21Merge branch 'usb_cdc_fixes'David S. Miller2-2/+30
2013-01-21net: cdc_ncm: fix error path for single interface probingBjørn Mork1-1/+2
2013-01-21net: cdc_mbim: send ZLP after max sized NTBsBjørn Mork1-1/+1
2013-01-21net: cdc_ncm: workaround for missing CDC UnionBjørn Mork1-0/+27
2013-01-21ipv4: Add a socket release callback for datagram socketsSteffen Klassert5-0/+30
2013-01-21ipv4: Invalidate the socket cached route on pmtu events if possibleSteffen Klassert1-1/+41
2013-01-20net: splice: fix __splice_segment()Eric Dumazet1-13/+15
2013-01-20net: splice: avoid high order page splittingEric Dumazet1-29/+9
2013-01-20tcp: fix incorrect LOCKDROPPEDICMPS counterEric Dumazet1-5/+4
2013-01-19net/hyperv: fix wrong length of mac addressJianjun Kong2-2/+2
2013-01-19net: qmi_wwan: add ONDA MT8205 4G LTEBjørn Mork1-0/+1
2013-01-18net/mlx4_core: Set number of msix vectors under SRIOV mode to firmware defaultsOr Gerlitz1-9/+2
2013-01-18net/mlx4_en: Fix bridged vSwitch configuration for non SRIOV modeYan Burman1-4/+9
2013-01-18ipv6: Add an error handler for icmp6Steffen Klassert1-0/+12
2013-01-18net: calxedaxgmac: throw away overrun framesRob Herring1-0/+4
2013-01-17sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman1-4/+8
2013-01-17macvlan: fix macvlan_get_size()Eric Dumazet1-1/+4
2013-01-17phy/marvell: remove fiber/copper autoselect on 88e1111Stef van Os1-9/+0
2013-01-173c574_cs: fix operator precedence between << and &Nickolai Zeldovich1-1/+1
2013-01-17Merge branch 'wireless'David S. Miller17-88/+73
2013-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville17-88/+73
2013-01-17ipv4: Don't update the pmtu on mtu locked routesSteffen Klassert1-0/+3
2013-01-17ipv4: Remove output route check in ipv4_mtuSteffen Klassert1-1/+1
2013-01-17ipv6: fix header length calculation in ip6_append_data()Romain KUNTZ1-2/+2
2013-01-16net: qmi_wwan: add TP-LINK HSUPA Modem MA180Bjørn Mork1-0/+1
2013-01-16usbnet: dm9601: Fix incorrect commandTushar Behera1-16/+6
2013-01-16cxgb4: set coalesce parameters on all queuesThadeu Lima de Souza Cascardo1-3/+14
2013-01-16MAINTAINERS: Stephen Hemminger email changeStephen Hemminger1-3/+3
2013-01-16ixgbe: Fix overwriting of rx_mtrl in ixgbe_ptp_hwtstamp_ioctlJacob Keller1-2/+2
2013-01-16ixgbe: only compile ixgbe_debugfs.o when enabledJacob Keller2-6/+2
2013-01-14tg3: Fix crc errors on jumbo frame receiveNithin Nayak Sujir1-23/+35
2013-01-14tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir1-0/+4
2013-01-14Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller5-14/+30
2013-01-14tun: fix LSM/SELinux labeling of tun/tap devicesPaul Moore6-37/+151
2013-01-14selinux: add the "attach_queue" permission to the "tun_socket" classPaul Moore1-1/+1
2013-01-14tcp: fix a panic on UP machines in reqsk_fastopen_removeEric Dumazet1-2/+0
2013-01-14Merge tag 'dt-fixes-for-3.8' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2-0/+2
2013-01-14vfs: add missing virtual cache flush after editing partial pagesLinus Torvalds1-0/+1
2013-01-14ath9k: disable the tasklet before taking the PCU lockFelix Fietkau1-4/+3
2013-01-14ath9k: remove sc->rx.rxbuflock to fix a deadlockFelix Fietkau2-14/+0
2013-01-14Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds25-153/+255
2013-01-14Merge tag 'staging-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds51-983/+1390
2013-01-14Merge tag 'usb-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds32-89/+257
2013-01-14Merge tag 'driver-core-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-21/+1
2013-01-14Merge tag 'char-misc-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+3
2013-01-14Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds21-63/+149
2013-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds56-199/+6654