dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/ssb
Linus Torvalds 5c33d9b248 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Pull networking fixes from David Miller:

 1) New sysctl ndisc_notify needs some documentation, from Hanns
    Frederic Sowa.

 2) Netfilter REJECT target doesn't set transport header of SKB
    correctly, from Mukund Jampala.

 3) Forcedeth driver needs to check for DMA mapping failures, from Larry
    Finger.

 4) brcmsmac driver can't use usleep_range while holding locks, use
    udelay instead.  From Niels Ole Salscheider.

 5) Fix unregister of netlink bridge multicast database handlers, from
    Vlad Yasevich and Rami Rosen.

 6) Fix checksum calculations in netfilter's ipv6 network prefix
    translation module.

 7) Fix high order page allocation failures in netfilter xt_recent, from
    Eric Dumazet.

 8) mac802154 needs to use netif_rx_ni() instead of netif_rx() because
    mac802154_process_data() can execute in process rather than
    interrupt context.  From Alexander Aring.

 9) Fix splice handling of MSG_SENDPAGE_NOTLAST, otherwise we elide one
    tcp_push() too many.  From Eric Dumazet and Willy Tarreau.

10) Fix skb->truesize tracking in XEN netfront driver, from Ian
    Campbell.

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (46 commits)
  xen/netfront: improve truesize tracking
  ipv4: fix NULL checking in devinet_ioctl()
  tcp: fix MSG_SENDPAGE_NOTLAST logic
  net/ipv4/ipconfig: really display the BOOTP/DHCP server's address.
  ip-sysctl: fix spelling errors
  mac802154: fix NOHZ local_softirq_pending 08 warning
  ipv6: document ndisc_notify in networking/ip-sysctl.txt
  ath9k: Fix Kconfig for ATH9K_HTC
  netfilter: xt_recent: avoid high order page allocations
  netfilter: fix missing dependencies for the NOTRACK target
  netfilter: ip6t_NPT: fix IPv6 NTP checksum calculation
  bridge: add empty br_mdb_init() and br_mdb_uninit() definitions.
  vxlan: allow live mac address change
  bridge: Correctly unregister MDB rtnetlink handlers
  brcmfmac: fix parsing rsn ie for ap mode.
  brcmsmac: add copyright information for Canonical
  rtlwifi: rtl8723ae: Fix warning for unchecked pci_map_single() call
  rtlwifi: rtl8192se: Fix warning for unchecked pci_map_single() call
  rtlwifi: rtl8192de: Fix warning for unchecked pci_map_single() call
  rtlwifi: rtl8192ce: Fix warning for unchecked pci_map_single() call
  ...
2013-01-08 07:31:49 -08:00
..
Kconfig ssb: SSB_DRIVER_GPIO should depend on GPIOLIB instead of selecting it 2013-01-02 14:38:23 -05:00
Makefile ssb: add GPIO driver 2012-11-21 21:55:52 +01:00
b43_pci_bridge.c ssb: add PCI ID 0x4350 2012-10-29 15:30:36 -04:00
driver_chipcommon.c Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus 2012-12-14 14:27:45 -08:00
driver_chipcommon_pmu.c ssb: get alp clock from devices with PMU 2012-12-06 14:58:57 -05:00
driver_extif.c Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus 2012-12-14 14:27:45 -08:00
driver_gige.c Drivers: ssb: remove __dev* attributes. 2013-01-03 15:57:15 -08:00
driver_gpio.c ssb: add GPIO driver 2012-11-21 21:55:52 +01:00
driver_mipscore.c ssb: extif: fix compile errors 2012-11-30 13:38:14 -05:00
driver_pcicore.c Drivers: ssb: remove __dev* attributes. 2013-01-03 15:57:15 -08:00
embedded.c ssb: register watchdog driver 2012-12-06 14:58:58 -05:00
main.c Drivers: ssb: remove __dev* attributes. 2013-01-03 15:57:15 -08:00
pci.c bcma/ssb: parse new attributes from sprom 2012-05-16 12:45:22 -04:00
pcihost_wrapper.c Drivers: ssb: remove __dev* attributes. 2013-01-03 15:57:15 -08:00
pcmcia.c ssb: remove 5GHz antenna gain from sprom 2012-03-05 15:20:49 -05:00
scan.c ssb: recognize ARM Cortex M3 2012-06-06 15:20:22 -04:00
sdio.c ssb: remove 5GHz antenna gain from sprom 2012-03-05 15:20:49 -05:00
sprom.c Update my e-mail address 2011-07-07 15:18:01 +02:00
ssb_private.h Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus 2012-12-14 14:27:45 -08:00