From: David Miller <davem@davemloft.net> To: torvalds@linux-foundation.org Cc: akpm@linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT] Networking Date: Thu, 24 May 2012 02:05:02 -0400 (EDT) [thread overview] Message-ID: <20120524.020502.1662229691914755602.davem@davemloft.net> (raw) 1) One final sync of wireless and bluetooth stuff from John Linville. These changes have all been in his tree for more than a week, and therefore have had the necessary -next exposure. John was just away on a trip and didn't have a change to send the pull request until a day or two ago. 2) Put back some defines in user exposed header file areas that were removed during the tokenring purge. From Stephen Hemminger and Paul Gortmaker. 3) A bug fix for UDP hash table allocation got lost in the pile due to one of those "you got it.. no I've got it.." situations. :-) From Tim Bird. 4) SKB coalescing in TCP needs to have stricter checks, otherwise we'll try to coalesce overlapping frags and crash. Fix from Eric Dumazet. 5) RCU routing table lookups can race with free_fib_info(), causing crashes when we deref the device pointers in the route. Fix by releasing the net device in the RCU callback. From Yanmin Zhang. Ok, everything from here on out will be bug fixes. Please pull, thanks a lot! The following changes since commit 72c04af9a2d57b7945cf3de8e71461bd80695d50: fbdev: sh_mobile_lcdc: Don't confuse line size with pitch (2012-05-21 20:59:32 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git master for you to fetch changes up to 1ca7ee30630e1022dbcf1b51be20580815ffab73: tcp: take care of overlaps in tcp_try_coalesce() (2012-05-24 00:28:21 -0400) ---------------------------------------------------------------- Amit Beka (1): iwlwifi: fix power index handling Amitkumar Karwar (2): Bluetooth: btmrvl: configure default host sleep parameters Bluetooth: btmrvl: add support for SDIO suspend/resume callbacks Andre Guedes (21): Bluetooth: Check FINDING state in interleaved discovery Bluetooth: Add hci_cancel_le_scan() to hci_core Bluetooth: LE support for MGMT stop discovery Bluetooth: Replace EPERM by EALREADY in hci_cancel_inquiry Bluetooth: Refactor stop_discovery Bluetooth: Add Periodic Inquiry command complete handler Bluetooth: Add HCI_PERIODIC_INQ to dev_flags Bluetooth: Check HCI_PERIODIC_INQ in start_discovery Bluetooth: Ignore inquiry results from periodic inquiry Bluetooth: Add Periodic Inquiry command complete handler Bluetooth: Add HCI_PERIODIC_INQ to dev_flags Bluetooth: Remove MGMT_ADDR_INVALID macro Bluetooth: Remove useless code in hci_connect Bluetooth: Move address type macros to bluetooth.h Bluetooth: Rename link_to_mgmt to link_to_bdaddr Bluetooth: Add address type to struct sockaddr_l2 Bluetooth: Rename mgmt_to_le to bdaddr_to_le Bluetooth: Move bdaddr_to_le to hci_core Bluetooth: Add dst_type parameter to hci_connect Bluetooth: Use address type info from user-space Bluetooth: Remove advertising cache Andrei Emeltchenko (24): Bluetooth: trivial: Correct endian conversion Bluetooth: Correct type for hdev lmp_subver Bluetooth: Correct type for ediv to __le16 Bluetooth: Fix extra conversion to __le32 Bluetooth: Correct chan->psm endian conversions Bluetooth: Correct ediv in SMP Bluetooth: Correct length calc in L2CAP conf rsp Bluetooth: Correct CID endian notation Bluetooth: Convert error codes to le16 Bluetooth: trivial: Fix endian conversion mode Bluetooth: trivial: Correct types Bluetooth: Fix type in cpu_to_le conversion Bluetooth: Fix opcode access in hci_complete Bluetooth: trivial: Remove sparse warnings Bluetooth: Silence sparse warning Bluetooth: Comments and style fixes Bluetooth: Remove unneeded timer clear Bluetooth: Make L2CAP chan_add functions static Bluetooth: Remove unneeded zero initialization Bluetooth: Add Read Local AMP Info to init Bluetooth: Adds set_default function in L2CAP setup Bluetooth: Fix debug printing unallocated name Bluetooth: trivial: Remove empty line Bluetooth: Remove unneeded calculation and magic number Arik Nemtsov (1): mac80211: fix network header location when adding encryption headers Ashok Nagarajan (4): mac80211: Push the deleted comment to correct place mac80211: Fix don't use '>' operator for matching channel types mac80211: Modify mesh_set_ht_prot_mode() to have less identation mac80211: Add debugfs entry for mesh ht_opmode Avinash Patil (18): mwifiex: allocate space for one more mwifiex_private structure mwifiex: handle station specific commands on STA interface only mwifiex: support for creation of AP interface mwifiex: multi-interface support for mwifiex mwifiex: save adapter pointer in wiphy_priv mwifiex: append peer mac address TLV in key material command to firmware mwifiex: add bss start and bss stop commands for AP mwifiex: add AP command sys_config and set channel mwifiex: stop BSS in deauthentication handling mwifiex: handle interface type changes correctly mwifiex: common set_wiphy_params cfg80211 handler for AP and STA interface mwifiex: add cfg80211 start_ap and stop_ap handlers mwifiex: add AP event handling framework mwifiex: add WPA2 support for AP mwifiex: rearrange AP sys configure code mwifiex: add custom IE framework mwifiex: retrieve IEs from cfg80211_beacon_data and send to firmware mwifiex: delete IEs when stop_ap Bartosz.Markowski@tieto.com (1): wlcore/wl12xx: implement better beacon loss handling Bing Zhao (1): mwifiex: fix coding style issue in mwifiex_deauthenticate Bjorn Helgaas (1): b43: use pci_is_pcie() instead of obsolete pci_dev.is_pcie Chun-Yeow Yeoh (1): mac80211: fix the increment of unicast/multicast counters for forwarded PREQ Cristian Chilipirea (2): Bluetooth: Fixed checkpatch warnings Net: wireless: core.c: fixed checkpatch warnings Dan Carpenter (6): ath6kl: list_first_entry() is never NULL ath6kl: change || to && ath6kl: fix an indenting issue NFC: Remove unneeded pn533 dev NULL check wlcore: release lock on error in wl1271_op_suspend() wlcore: fixup an allocation David Herrmann (5): Bluetooth: Remove redundant hdev->parent field Bluetooth: vhci: Ignore return code of nonseekable_open() Bluetooth: Move hci_alloc/free_dev close to hci_register/unregister_dev Bluetooth: Move device initialization to hci_alloc_dev() Bluetooth: Remove unneeded initialization in hci_alloc_dev() David S. Miller (1): Merge branch 'master' of git://git.kernel.org/.../linville/wireless David Spinadel (3): iwlwifi: fix scan_cmd_size allocation iwlwifi: disable default wildcard ssid scan iwlwifi: invert the order of ssid list in scan cmd Eldad Zack (1): Bluetooth: bnep: use constant for ethertype Emmanuel Grumbach (2): iwlwifi: don't flood logs when HT debug flag is set iwlwifi: don't disable AGG queues that are not enabled Eric Dumazet (1): tcp: take care of overlaps in tcp_try_coalesce() Eric Lapuyade (7): NFC: Cache the core NFC active target pointer instead of its index NFC: Remove useless HCI private nfc target table NFC: Specify usage for targets found and target lost events NFC: Add HCI/SHDLC support to let driver check for tag presence NFC: Update Documentation/nfc-hci.txt NFC: HCI based pn544 driver NFC: HCI drivers don't have to keep track of polling state Eyal Shapira (4): wlcore: add RX filters util functions wl12xx: add RX filters ACX commands wlcore: add RX filters driver state mgmt functions wl12xx: support wowlan wakeup patterns Franky Lin (11): brcmfmac: remove unused parameter of brcmf_sdcard_reg_read brcmfmac: remove unused parameter of brcmf_sdcard_reg_write brcmfmac: decouple set_sbaddr_window from register write interface brcmfmac: introduce unified register access interface for SDIO brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrb brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwb brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrl brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwl brcmfmac: remove redundant retries for SDIO core register access brcmfmac: remove function brcmf_sdcard_regfail brcmfmac: replace brcmf_sdioh_card_regread with brcmf_sdio_regrl Gustavo Padovan (13): Bluetooth: Remove sk parameter from l2cap_chan_create() Bluetooth: Remove err parameter from alloc_skb() Bluetooth: remove unneeded declaration of sco_conn_del() Bluetooth: Remove unneeded elements from size calculation Bluetooth: Remove hlen variable Merge git://git.kernel.org/.../bluetooth/bluetooth Bluetooth: Fix wrong set of skb fragments Bluetooth: Fix packet size provided to the controller Bluetooth: Fix skb length calculation Bluetooth: improve readability of l2cap_seq_list code Bluetooth: report the right security level in getsockopt Bluetooth: Create flags for bt_sk() Bluetooth: Report proper error number in disconnection H Hartley Sweeten (5): NFC: Quiet nci/data.c sparse noise about plain integer as NULL pointer NFC: Include nci_core.h to nci/lib.c NFC: Quiet nci/ntf.c sparse noise about plain integer as NULL pointer NFC: HCI ops should not be exposed globally NFC: The NFC genl family structure should not be exposed globally Hauke Mehrtens (32): ssb: remove rev from boardinfo MIPS: bcm47xx: refactor fetching board data bcma: add boardinfo struct MIPS: bcm47xx: read baordrev without prefix from sprom ssb/bcma: fill attribute alpha2 from sprom ssb: fill board_rev attribute from sprom bcma: read out some additional sprom attributes bcma/ssb: parse new attributes from sprom bcma: implement setting core clock mode to dynamic bcma: add bcma_core_pci_extend_L1timer bcma: add bcma_core_pci_fixcfg() bcma: add bcma_core_pci_config_fixup() brcmsmac: use sprom from bcma brcmsmac: remove brcmsmac own sprom parsing brcmsmac: get board and chip info from bcma brcmsmac: remove support for cc rev < 20 brcmsmac: remove references to PCI brcmsmac: remove PCIe functions needed for PCIe core rev <= 10 brcmsmac: remove pcicore_hwup() brcmsmac: remove ai_pci_setup() brcmsmac: remove ai_chipcontrl_epa4331 brcmsmac: remove ai_gpiocontrol() brcmsmac: remove _ai_clkctl_cc() brcmsmac: remove pcicore_attach() brcmsmac: remove pcicore_find_pci_capability() brcmsmac: remove pcie_extendL1timer() brcmsmac: remove pcicore_fixcfg() brcmsmac: remove nicpci.c brcmsmac: do not access host_pci brcmsmac: read PCI vendor and device id only for PCI devices brcmsmac: handle non pci in ai_deviceremoved() ssb: add PCI IDs 0x4322 and 43222 Hemant Gupta (5): Bluetooth: Send correct address type for LTK Bluetooth: Fix clearing discovery type when stopping discovery Bluetooth: mgmt: Fix missing connect failed event for LE Bluetooth: mgmt: Fix address type while loading Long Term Key Bluetooth: Don't distribute keys in case of Encryption Failure Ido Yariv (1): Bluetooth: Search global l2cap channels by src/dst addresses Janusz.Dziedzic@tieto.com (1): mac80211: Add IV-room in the skb for TKIP and WEP Javier Cardona (1): mac80211_hwsim: Fix rate control by correctly reporting transmission counts Jesper Juhl (3): ath6kl: fix memory leak in ath6kl_fwlog_block_read() Bluetooth: btmrvl_sdio: remove pointless conditional before release_firmware() wlcore: fix size of two memset's in wl1271_cmd_build_arp_rsp() Johan Hedberg (1): Bluetooth: Fix Inquiry with RSSI event mask Johannes Berg (11): mac80211: fix single queue drivers mac80211: fix TX aggregation session timer cfg80211: remove double prototype cfg80211: add warning when calculating MCS rates >= 32 mac80211: (selectively) add HT details in radiotap nl80211: prevent additions to old station flags API cfg80211: fix cfg80211_can_beacon_sec_chan prototype nl80211: refactor valid channel type check iwlwifi: support explicit monitor interface rndis_wlan: remove set_channel cfg80211 hook mwifiex: remove set_channel cfg80211 hook John W. Linville (3): Merge branch 'for-linville' of git://github.com/kvalo/ath6kl Merge branch 'for-upstream' of git://git.kernel.org/.../bluetooth/bluetooth-next Merge git://git.kernel.org/.../linville/wireless-next Jouni Malinen (2): ath6kl: Remove incorrect Probe Response offload support for Interworking ath6kl: Configure probed SSID list consistently Kalle Valo (2): Merge remote branch 'wireless-next/master' into ath6kl-next ath6kl: merge split format strings into one Karsten Keil (1): mISDN: Add X-Tensions USB ISDN TA XC-525 Kevin Fang (2): ath6kl: handle background(BK) stream properly on htc mbox layer ath6kl: assign Tx packet drop threshold per endpoint on htc pipe layer Larry Finger (1): b43legacy: Fix error due to MMIO access with SSB unpowered Luciano Coelho (3): wlcore: use GFP_KERNEL together with GFP_DMA wlcore: fix pointer print out in wl1271_acx_set_rx_filter() wlcore: fix some sparse warnings due to missing static declaration Luis R. Rodriguez (1): ath6kl: include in.h explicitly Lukasz Rymanowski (1): Bluetooth: Remove not needed status parameter Marcel Holtmann (12): Bluetooth: Add TX power tag to EIR data Bluetooth: Handle EIR tags for Device ID Bluetooth: Add management command for setting Device ID Bluetooth: Fix broken usage of put_unaligned_le16 Bluetooth: Fix broken usage of get_unaligned_le16 Bluetooth: Update management interface revision Bluetooth: Split error handling for L2CAP listen sockets Bluetooth: Split error handling for SCO listen sockets Bluetooth: Don't check source address in SCO bind function Bluetooth: Restrict to one SCO listening socket Bluetooth: Enable Low Energy support by default NFC: Select CRC_CCITT for SHDLC link layer of HCI based drivers Marek Marczykowski (1): xen: do not disable netfront in dom0 Mat Martineau (17): Bluetooth: Add definitions and struct members for new ERTM state machine Bluetooth: Add a structure to carry ERTM data in skb control blocks Bluetooth: Add the l2cap_seq_list structure for tracking frames Bluetooth: Functions for handling ERTM control fields Bluetooth: Improve ERTM sequence number offset calculation Bluetooth: Remove duplicate structure members from bt_skb_cb Bluetooth: Move recently-added ERTM header packing functions Bluetooth: Initialize new l2cap_chan structure members Bluetooth: Remove unused function Bluetooth: Make better use of l2cap_chan reference counting Bluetooth: Add Code Aurora Forum copyright Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentation Bluetooth: Update tx_send_head when sending ERTM data Bluetooth: Initialize the transmit queue for L2CAP streaming mode Bluetooth: Fix a redundant and problematic incoming MTU check Bluetooth: Restore locking semantics when looking up L2CAP channels Bluetooth: Lock the L2CAP channel when sending Michael Gruetzner (1): Bluetooth: Add support for Foxconn/Hon Hai AR5BBU22 0489:E03C Mikel Astiz (3): Bluetooth: Use unsigned int instead of signed int Bluetooth: Remove unnecessary check Bluetooth: btusb: Dynamic alternate setting Ming Jiang (2): ath6kl: allow deepsleep_suspend function when wlan interface down ath6kl clear the MMC_PM_KEEP_POWER for cutpower case Nathan Hintz (6): bcma: Find names of non BCM cores bcma: Move initialization of SPROM to prevent overwrite bcma: Account for variable PCI memory base/size bcma: reads/writes are always 4 bytes, so always map 4 bytes bcma: Add __devexit to bcma_host_pci_remove bcma: Add flush for BCMA_RESET_CTL write Naveen Gangadharan (1): ath6kl: Multicast filter support in wow suspend and non-suspend Nobuhiro Iwamatsu (1): phy/micrel: Fix ID of KSZ9021 Paul Gortmaker (1): ipx: restore token ring define to include/linux/ipx.h Raja Mani (1): ath6kl: Retain bg scan period value modified by the user Randy Dunlap (1): wireless: TI wlxxx depends on MAC80211 Ray Chen (2): ath6kl: Add AR6004 1.2 support for USB and SDIO ath6kl: Fix system crash sometimes for USB hotplug Samuel Ortiz (6): NFC: LLCP connect must wait for a CC frame NFC: Update the LLCP poll mask NFC: Return the amount of LLCP bytes queued to sock_sendmsg feature-removal: Remove pn544 raw driver NFC: Export nfc.h to userland NFC: Queue I frame fragments to the LLCP sockets queue tail Subramania Sharma Thandaveswaran (1): ath6kl: Fix bug in bg scan configuration in schedule scan Sujith Manoharan (1): ath9k_hw: Fix RTT calibration Syam Sidhardhan (5): Bluetooth: mgmt: Remove unwanted goto statements Bluetooth: remove header declared but not defined Bluetooth: Remove strtoba header declared but not defined Bluetooth: Remove unused hci_le_ltk_reply() Bluetooth: Remove unused hci_le_ltk_neg_reply() Szymon Janc (2): Bluetooth: mgmt: Fix some code style and indentation issues Bluetooth: mgmt: Don't allow to set invalid value to DeviceID source Thomas Pedersen (7): ath6kl: handle concurrent AP-STA channel switches ath6kl: support fw reporting phy capabilities ath6kl: only restore supported HT caps ath6kl: disallow WoW with multiple vifs ath6kl: unblock fwlog_block_read() on exit ath6kl: check for sband existence when creating scan cmd mac80211: send peer candidate event for new sta only Tim Bird (1): mm: add a low limit to alloc_large_system_hash Tim Gardner (1): ath6kl: Normalize use of FW_DIR Ulisses Furquim (1): Bluetooth: Fix registering hci with duplicate name Vasanthakumar Thiagarajan (6): ath6kl: Fix possible unaligned memory access in ath6kl_get_rsn_capab() ath6kl: Configure 0 as rsn cap when it is not there in rsn ie ath6kl: Don't advertise HT capability for incapable firmware ath6kl: Fix bss filter setting while scanning ath6kl: Update netstats for some of the tx failrues in ath6kl_data_tx() ath6kl: Complete failed tx packet in ath6kl_htc_tx_from_queue() Vinicius Costa Gomes (1): Bluetooth: Add support for reusing the same hci_conn for LE links Vishal Agarwal (1): Bluetooth: Fix EIR data generation for mgmt_device_found Vivek Natarajan (1): ath6kl_sdio: Fix the EAPOL out of order issue Wey-Yi Guy (3): iwlwifi: include rssi as part of decision making for reduce txpower iwlwifi: add documentation for bt reduced tx power iwlwifi: make sure reduced tx power bit is valid Wu Jiajun-B06378 (1): gianfar:don't add FCB length to hard_header_len Yanmin Zhang (1): ipv4: fix the rcu race between free_fib_info and ip_route_output_slow Zefir Kurtisi (1): nl80211: fix typos in comments Zero.Lin (1): rt2x00:Add RT539b chipset support joseph daniel (1): NFC: Fix LLCP compilation warning stephen hemminger (1): if: restore token ring ARP type to header Documentation/feature-removal-schedule.txt | 12 + Documentation/nfc/nfc-hci.txt | 45 ++- arch/mips/bcm47xx/setup.c | 15 +- arch/mips/bcm47xx/sprom.c | 28 +- arch/mips/include/asm/mach-bcm47xx/bcm47xx.h | 9 + drivers/bcma/core.c | 3 +- drivers/bcma/driver_pci.c | 53 ++- drivers/bcma/driver_pci_host.c | 10 +- drivers/bcma/host_pci.c | 7 +- drivers/bcma/scan.c | 54 ++- drivers/bcma/sprom.c | 149 ++++++- drivers/bluetooth/ath3k.c | 6 + drivers/bluetooth/btmrvl_drv.h | 3 + drivers/bluetooth/btmrvl_main.c | 56 +-- drivers/bluetooth/btmrvl_sdio.c | 112 +++++- drivers/bluetooth/btusb.c | 16 +- drivers/bluetooth/hci_ldisc.c | 2 +- drivers/bluetooth/hci_vhci.c | 3 +- drivers/isdn/hardware/mISDN/hfcsusb.h | 6 + drivers/net/ethernet/freescale/gianfar.c | 2 +- drivers/net/wireless/ath/ath6kl/cfg80211.c | 238 ++++++++---- drivers/net/wireless/ath/ath6kl/cfg80211.h | 2 + drivers/net/wireless/ath/ath6kl/core.h | 33 +- drivers/net/wireless/ath/ath6kl/debug.c | 12 +- drivers/net/wireless/ath/ath6kl/htc_mbox.c | 45 ++- drivers/net/wireless/ath/ath6kl/htc_pipe.c | 11 +- drivers/net/wireless/ath/ath6kl/init.c | 29 +- drivers/net/wireless/ath/ath6kl/main.c | 104 ++++- drivers/net/wireless/ath/ath6kl/sdio.c | 17 +- drivers/net/wireless/ath/ath6kl/txrx.c | 12 +- drivers/net/wireless/ath/ath6kl/usb.c | 12 + drivers/net/wireless/ath/ath6kl/wmi.c | 94 +++-- drivers/net/wireless/ath/ath6kl/wmi.h | 24 ++ drivers/net/wireless/ath/ath9k/ar9003_calib.c | 50 +-- drivers/net/wireless/ath/ath9k/ar9003_mci.c | 2 +- drivers/net/wireless/ath/ath9k/ar9003_rtt.c | 84 +++- drivers/net/wireless/ath/ath9k/ar9003_rtt.h | 5 +- drivers/net/wireless/ath/ath9k/hw.c | 9 +- drivers/net/wireless/ath/ath9k/hw.h | 9 +- drivers/net/wireless/b43/bus.c | 6 +- drivers/net/wireless/b43/dma.c | 2 +- drivers/net/wireless/b43/main.c | 4 +- drivers/net/wireless/b43legacy/main.c | 4 +- drivers/net/wireless/b43legacy/phy.c | 4 +- drivers/net/wireless/b43legacy/radio.c | 10 +- drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c | 244 ++++++------ drivers/net/wireless/brcm80211/brcmfmac/bcmsdh_sdmmc.c | 32 +- drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c | 350 +++++++---------- drivers/net/wireless/brcm80211/brcmfmac/sdio_chip.c | 265 +++++++------ drivers/net/wireless/brcm80211/brcmfmac/sdio_host.h | 37 +- drivers/net/wireless/brcm80211/brcmsmac/Makefile | 3 - drivers/net/wireless/brcm80211/brcmsmac/aiutils.c | 479 ++--------------------- drivers/net/wireless/brcm80211/brcmsmac/aiutils.h | 24 -- drivers/net/wireless/brcm80211/brcmsmac/antsel.c | 16 +- drivers/net/wireless/brcm80211/brcmsmac/channel.c | 7 +- drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c | 11 +- drivers/net/wireless/brcm80211/brcmsmac/main.c | 142 +++---- drivers/net/wireless/brcm80211/brcmsmac/nicpci.c | 826 --------------------------------------- drivers/net/wireless/brcm80211/brcmsmac/nicpci.h | 77 ---- drivers/net/wireless/brcm80211/brcmsmac/otp.c | 410 -------------------- drivers/net/wireless/brcm80211/brcmsmac/otp.h | 36 -- drivers/net/wireless/brcm80211/brcmsmac/phy/phy_lcn.c | 67 ++-- drivers/net/wireless/brcm80211/brcmsmac/phy/phy_n.c | 333 ++++++---------- drivers/net/wireless/brcm80211/brcmsmac/phy_shim.c | 9 - drivers/net/wireless/brcm80211/brcmsmac/phy_shim.h | 3 - drivers/net/wireless/brcm80211/brcmsmac/pub.h | 228 ----------- drivers/net/wireless/brcm80211/brcmsmac/srom.c | 980 ----------------------------------------------- drivers/net/wireless/brcm80211/brcmsmac/srom.h | 29 -- drivers/net/wireless/brcm80211/brcmsmac/stf.c | 6 +- drivers/net/wireless/iwlwifi/iwl-agn-lib.c | 35 +- drivers/net/wireless/iwlwifi/iwl-agn-rxon.c | 4 + drivers/net/wireless/iwlwifi/iwl-agn-tx.c | 19 +- drivers/net/wireless/iwlwifi/iwl-agn.c | 2 +- drivers/net/wireless/iwlwifi/iwl-commands.h | 7 +- drivers/net/wireless/iwlwifi/iwl-mac80211.c | 5 +- drivers/net/wireless/iwlwifi/iwl-power.c | 8 +- drivers/net/wireless/iwlwifi/iwl-scan.c | 52 ++- drivers/net/wireless/mac80211_hwsim.c | 5 + drivers/net/wireless/mwifiex/Makefile | 2 + drivers/net/wireless/mwifiex/cfg80211.c | 498 +++++++++++++++++------- drivers/net/wireless/mwifiex/cfg80211.h | 2 +- drivers/net/wireless/mwifiex/cmdevt.c | 21 +- drivers/net/wireless/mwifiex/decl.h | 13 +- drivers/net/wireless/mwifiex/fw.h | 159 +++++++- drivers/net/wireless/mwifiex/ie.c | 396 +++++++++++++++++++ drivers/net/wireless/mwifiex/init.c | 1 + drivers/net/wireless/mwifiex/ioctl.h | 32 ++ drivers/net/wireless/mwifiex/join.c | 26 +- drivers/net/wireless/mwifiex/main.c | 57 ++- drivers/net/wireless/mwifiex/main.h | 26 +- drivers/net/wireless/mwifiex/sta_cmd.c | 69 ++-- drivers/net/wireless/mwifiex/sta_cmdresp.c | 8 + drivers/net/wireless/mwifiex/sta_event.c | 51 ++- drivers/net/wireless/mwifiex/sta_ioctl.c | 9 +- drivers/net/wireless/mwifiex/uap_cmd.c | 432 +++++++++++++++++++++ drivers/net/wireless/mwifiex/wmm.c | 4 + drivers/net/wireless/rndis_wlan.c | 14 - drivers/net/wireless/rt2x00/rt2800pci.c | 1 + drivers/net/wireless/ti/wl12xx/Kconfig | 1 + drivers/net/wireless/ti/wlcore/Kconfig | 2 +- drivers/net/wireless/ti/wlcore/acx.c | 80 ++++ drivers/net/wireless/ti/wlcore/acx.h | 30 ++ drivers/net/wireless/ti/wlcore/boot.c | 3 +- drivers/net/wireless/ti/wlcore/cmd.c | 8 +- drivers/net/wireless/ti/wlcore/event.c | 29 +- drivers/net/wireless/ti/wlcore/main.c | 323 +++++++++++++++- drivers/net/wireless/ti/wlcore/rx.c | 36 ++ drivers/net/wireless/ti/wlcore/rx.h | 4 + drivers/net/wireless/ti/wlcore/wl12xx.h | 41 ++ drivers/net/wireless/ti/wlcore/wlcore.h | 6 + drivers/net/xen-netfront.c | 6 - drivers/nfc/Kconfig | 13 + drivers/nfc/Makefile | 1 + drivers/nfc/pn533.c | 19 +- drivers/nfc/pn544_hci.c | 947 +++++++++++++++++++++++++++++++++++++++++++++ drivers/ssb/b43_pci_bridge.c | 2 + drivers/ssb/pci.c | 88 ++++- fs/dcache.c | 2 + fs/inode.c | 2 + include/linux/Kbuild | 1 + include/linux/bcma/bcma.h | 7 + include/linux/bcma/bcma_driver_pci.h | 11 + include/linux/bootmem.h | 3 +- include/linux/if_arp.h | 2 +- include/linux/ipx.h | 2 +- include/linux/micrel_phy.h | 2 +- include/linux/nfc/pn544.h | 7 + include/linux/nl80211.h | 8 +- include/linux/ssb/ssb.h | 1 - include/linux/ssb/ssb_regs.h | 61 ++- include/net/bluetooth/bluetooth.h | 32 +- include/net/bluetooth/hci.h | 8 +- include/net/bluetooth/hci_core.h | 67 ++-- include/net/bluetooth/l2cap.h | 93 ++++- include/net/bluetooth/mgmt.h | 9 + include/net/bluetooth/smp.h | 2 +- include/net/cfg80211.h | 6 +- include/net/mac80211.h | 12 +- include/net/nfc/hci.h | 6 +- include/net/nfc/nfc.h | 19 +- include/net/nfc/shdlc.h | 2 + kernel/pid.c | 3 +- mm/page_alloc.c | 7 +- net/bluetooth/af_bluetooth.c | 8 +- net/bluetooth/bnep/core.c | 2 +- net/bluetooth/hci_conn.c | 56 +-- net/bluetooth/hci_core.c | 267 ++++++------- net/bluetooth/hci_event.c | 75 +++- net/bluetooth/hci_sysfs.c | 5 +- net/bluetooth/l2cap_core.c | 762 +++++++++++++++++++++++++----------- net/bluetooth/l2cap_sock.c | 76 ++-- net/bluetooth/mgmt.c | 286 ++++++++------ net/bluetooth/rfcomm/sock.c | 14 +- net/bluetooth/sco.c | 75 ++-- net/bluetooth/smp.c | 2 +- net/ipv4/fib_semantics.c | 12 +- net/ipv4/route.c | 1 + net/ipv4/tcp.c | 2 + net/ipv4/tcp_input.c | 5 + net/ipv4/udp.c | 30 +- net/mac80211/agg-tx.c | 10 +- net/mac80211/debugfs_netdev.c | 2 + net/mac80211/ibss.c | 5 + net/mac80211/iface.c | 4 +- net/mac80211/main.c | 3 + net/mac80211/mesh.c | 6 +- net/mac80211/mesh_hwmp.c | 5 +- net/mac80211/mesh_plink.c | 65 ++-- net/mac80211/rx.c | 6 +- net/mac80211/wep.c | 15 +- net/mac80211/wpa.c | 10 +- net/nfc/core.c | 112 ++++-- net/nfc/hci/Kconfig | 1 + net/nfc/hci/core.c | 78 ++-- net/nfc/hci/shdlc.c | 12 + net/nfc/llcp/commands.c | 4 +- net/nfc/llcp/llcp.c | 7 + net/nfc/llcp/sock.c | 57 ++- net/nfc/nci/core.c | 27 +- net/nfc/nci/data.c | 8 +- net/nfc/nci/lib.c | 1 + net/nfc/nci/ntf.c | 2 +- net/nfc/netlink.c | 6 +- net/nfc/nfc.h | 2 +- net/wireless/chan.c | 2 +- net/wireless/core.c | 4 +- net/wireless/core.h | 2 - net/wireless/nl80211.c | 69 ++-- net/wireless/util.c | 2 +- 189 files changed, 6665 insertions(+), 5539 deletions(-) delete mode 100644 drivers/net/wireless/brcm80211/brcmsmac/nicpci.c delete mode 100644 drivers/net/wireless/brcm80211/brcmsmac/nicpci.h delete mode 100644 drivers/net/wireless/brcm80211/brcmsmac/otp.c delete mode 100644 drivers/net/wireless/brcm80211/brcmsmac/otp.h delete mode 100644 drivers/net/wireless/brcm80211/brcmsmac/srom.c delete mode 100644 drivers/net/wireless/brcm80211/brcmsmac/srom.h create mode 100644 drivers/net/wireless/mwifiex/ie.c create mode 100644 drivers/net/wireless/mwifiex/uap_cmd.c create mode 100644 drivers/nfc/pn544_hci.c
next reply other threads:[~2012-05-24 6:05 UTC|newest] Thread overview: 1552+ messages / expand[flat|nested] mbox.gz Atom feed top 2012-05-24 6:05 David Miller [this message] -- strict thread matches above, loose matches on Subject: below -- 2021-07-22 13:11 David Miller 2021-07-22 18:00 ` pr-tracker-bot 2021-03-25 0:47 David Miller 2021-03-25 1:25 ` pr-tracker-bot 2021-02-18 2:52 David Miller 2021-02-21 2:57 ` pr-tracker-bot 2021-02-10 3:36 David Miller 2021-02-10 20:19 ` pr-tracker-bot 2020-10-05 5:07 David Miller 2020-10-05 20:15 ` pr-tracker-bot 2020-09-22 1:44 Jakub Kicinski 2020-09-22 22:02 ` Linus Torvalds 2020-09-22 22:17 ` Jakub Kicinski 2020-09-22 22:15 ` pr-tracker-bot 2020-09-04 0:03 David Miller 2020-09-04 2:09 ` pr-tracker-bot 2020-08-23 2:19 David Miller 2020-08-23 18:39 ` pr-tracker-bot 2020-08-17 22:15 David Miller 2020-08-18 1:35 ` pr-tracker-bot 2020-08-13 23:10 David Miller 2020-08-14 3:14 ` pr-tracker-bot 2020-08-06 1:55 David Miller 2020-08-06 17:19 ` pr-tracker-bot 2020-08-06 21:39 ` John Stultz 2020-08-06 23:17 ` Eric Dumazet 2020-08-06 23:28 ` Eric Dumazet 2020-08-07 0:32 ` John Stultz 2020-08-07 6:23 ` John Stultz 2020-08-07 6:48 ` John Stultz 2020-08-07 7:19 ` Christoph Hellwig 2020-08-07 18:29 ` John Stultz 2020-08-01 21:36 David Miller 2020-08-01 23:45 ` Linus Torvalds 2020-08-02 1:45 ` David Miller 2020-08-02 0:00 ` pr-tracker-bot 2020-07-25 5:12 David Miller 2020-07-25 22:30 ` pr-tracker-bot 2020-07-10 23:58 David Miller 2020-07-11 4:15 ` pr-tracker-bot 2020-06-25 23:43 David Miller 2020-06-26 1:40 ` pr-tracker-bot 2020-06-16 23:25 David Miller 2020-06-17 0:50 ` pr-tracker-bot 2020-06-13 22:54 David Miller 2020-06-13 23:35 ` pr-tracker-bot 2020-06-08 0:21 David Miller 2020-06-08 0:35 ` pr-tracker-bot 2020-06-03 0:11 David Miller 2020-06-08 20:30 ` pr-tracker-bot 2020-05-31 5:13 David Miller 2020-05-31 18:05 ` pr-tracker-bot 2020-05-24 0:06 David Miller 2020-05-24 0:20 ` pr-tracker-bot 2020-05-15 19:39 David Miller 2020-05-15 20:15 ` pr-tracker-bot 2020-05-07 3:40 David Miller 2020-05-07 4:05 ` pr-tracker-bot 2020-04-25 2:02 David Miller 2020-04-25 2:30 ` pr-tracker-bot 2020-04-16 21:19 David Miller 2020-04-16 22:15 ` pr-tracker-bot 2020-04-06 18:22 David Miller 2020-04-07 19:55 ` pr-tracker-bot 2020-03-31 20:55 David Miller 2020-04-01 0:55 ` pr-tracker-bot 2020-03-29 1:39 David Miller 2020-03-29 2:03 ` Linus Torvalds 2020-03-29 22:52 ` David Miller 2020-03-29 22:54 ` Linus Torvalds 2020-03-30 21:18 ` Paul Bolle 2020-03-30 23:46 ` Randy Dunlap 2020-03-29 2:05 ` pr-tracker-bot 2020-03-25 20:24 David Miller 2020-03-25 21:20 ` pr-tracker-bot 2020-03-12 23:14 David Miller 2020-03-13 1:15 ` pr-tracker-bot 2020-02-27 22:12 David Miller 2020-02-28 0:50 ` pr-tracker-bot 2020-02-21 0:50 David Miller 2020-02-21 21:10 ` pr-tracker-bot 2020-02-14 15:54 David Miller 2020-02-14 21:40 ` pr-tracker-bot 2020-02-08 22:36 David Miller 2020-02-09 1:30 ` pr-tracker-bot 2020-02-04 12:25 David Miller 2020-02-04 13:40 ` pr-tracker-bot 2020-01-30 14:41 David Miller 2020-01-30 18:00 ` pr-tracker-bot 2020-01-28 16:25 David Miller 2020-01-29 0:09 ` Linus Torvalds 2020-01-29 19:42 ` Linus Torvalds 2020-01-30 1:21 ` Mat Martineau 2020-01-25 21:41 David Miller 2020-01-25 22:35 ` pr-tracker-bot 2020-01-19 15:39 David Miller 2020-01-19 20:20 ` pr-tracker-bot 2020-01-09 6:55 David Miller 2020-01-09 19:15 ` pr-tracker-bot 2019-12-31 8:57 David Miller 2019-12-31 19:45 ` pr-tracker-bot 2019-12-22 2:09 David Miller 2019-12-22 19:10 ` pr-tracker-bot 2019-12-27 22:13 ` Linus Torvalds 2019-12-27 22:22 ` David Miller 2019-12-08 9:20 David Miller 2019-12-08 21:35 ` Linus Torvalds 2019-12-08 23:11 ` David Miller 2019-12-08 21:40 ` pr-tracker-bot 2019-12-09 10:46 ` Geert Uytterhoeven 2019-12-02 0:05 David Miller 2019-12-02 4:40 ` pr-tracker-bot 2019-11-27 23:43 David Miller 2019-11-28 1:55 ` pr-tracker-bot 2019-11-26 0:01 David Miller 2019-11-26 4:25 ` pr-tracker-bot 2019-11-22 18:17 David Miller 2019-11-22 22:45 ` pr-tracker-bot 2019-11-16 21:33 David Miller 2019-11-17 0:00 ` pr-tracker-bot 2019-11-19 13:01 ` Geert Uytterhoeven 2019-11-19 13:14 ` Yuehaibing 2019-11-09 1:34 David Miller 2019-11-09 2:35 ` pr-tracker-bot 2019-11-01 23:50 David Miller 2019-11-02 1:10 ` pr-tracker-bot 2019-10-19 19:39 David Miller 2019-10-20 0:35 ` pr-tracker-bot 2019-10-05 1:47 David Miller 2019-10-05 20:05 ` pr-tracker-bot 2019-09-28 13:49 David Miller 2019-09-29 1:05 ` pr-tracker-bot 2019-09-17 22:39 David Miller 2019-09-18 19:55 ` pr-tracker-bot 2019-09-18 20:37 ` Linus Torvalds 2019-09-19 8:49 ` David Miller 2019-09-19 11:22 ` David Miller 2019-09-13 20:55 David Miller 2019-09-14 23:25 ` pr-tracker-bot 2019-09-01 20:45 David Miller 2019-09-02 17:05 ` pr-tracker-bot 2019-08-26 6:29 David Miller 2019-08-27 18:35 ` pr-tracker-bot 2019-08-19 2:46 David Miller 2019-08-19 17:45 ` pr-tracker-bot 2019-08-06 23:35 David Miller 2019-08-07 0:30 ` pr-tracker-bot 2019-07-22 4:13 David Miller 2019-07-22 16:40 ` pr-tracker-bot 2019-07-19 3:44 David Miller 2019-07-19 19:45 ` pr-tracker-bot 2019-07-13 6:17 David Miller 2019-07-13 23:15 ` pr-tracker-bot 2019-07-10 5:38 David Miller 2019-07-11 18:35 ` pr-tracker-bot 2019-06-27 2:50 David Miller 2019-06-28 0:30 ` pr-tracker-bot 2019-06-22 1:21 David Miller 2019-06-22 5:30 ` pr-tracker-bot 2019-06-22 5:36 ` Linus Torvalds 2019-06-22 5:43 ` Bhaskar Chowdhury 2019-06-17 18:17 David Miller 2019-06-17 23:35 ` pr-tracker-bot 2019-06-06 22:00 David Miller 2019-06-07 16:45 ` pr-tracker-bot 2019-05-30 23:05 David Miller 2019-05-31 4:25 ` pr-tracker-bot 2019-05-22 5:43 David Miller 2019-05-22 16:00 ` pr-tracker-bot 2019-05-20 6:28 David Miller 2019-05-20 16:00 ` pr-tracker-bot 2019-05-13 17:08 David Miller 2019-05-13 22:55 ` pr-tracker-bot 2019-05-09 23:55 David Miller 2019-05-10 0:15 ` pr-tracker-bot 2019-05-08 1:01 David Miller 2019-05-08 5:40 ` pr-tracker-bot 2019-05-08 0:59 David Miller 2019-05-02 15:22 David Miller 2019-05-02 18:20 ` pr-tracker-bot 2019-04-24 22:11 David Miller 2019-04-24 23:40 ` pr-tracker-bot 2019-04-17 5:16 David Miller 2019-04-17 17:50 ` pr-tracker-bot 2019-04-09 2:21 David Miller 2019-04-09 3:15 ` pr-tracker-bot 2019-04-05 1:47 David Miller 2019-04-05 5:05 ` pr-tracker-bot 2019-04-05 10:21 ` Tim Tassonis 2019-03-27 2:10 David Miller 2019-03-27 22:10 ` pr-tracker-bot 2019-03-14 1:08 David Miller 2019-03-14 17:55 ` pr-tracker-bot 2019-03-10 18:56 David Miller 2019-03-11 17:50 ` pr-tracker-bot 2019-03-04 23:26 David Miller 2019-03-05 17:40 ` pr-tracker-bot 2019-03-02 9:08 David Miller 2019-03-02 17:10 ` pr-tracker-bot 2019-02-24 2:57 David Miller 2019-02-24 18:15 ` pr-tracker-bot 2019-02-19 22:33 David Miller 2019-02-20 0:30 ` pr-tracker-bot 2019-02-15 2:00 David Miller 2019-02-15 17:10 ` pr-tracker-bot 2019-02-08 10:42 David Miller 2019-02-08 19:45 ` pr-tracker-bot 2019-01-29 20:55 David Miller 2019-01-30 1:25 ` pr-tracker-bot 2019-01-26 0:21 David Miller 2019-01-27 17:02 ` Linus Torvalds 2019-01-27 18:19 ` David Miller 2019-01-27 17:25 ` pr-tracker-bot 2019-01-25 19:58 David Miller 2019-01-25 23:15 ` Linus Torvalds 2019-01-25 23:25 ` Linus Torvalds 2019-01-25 23:30 ` David Miller 2019-01-25 23:30 ` David Miller 2019-01-27 17:25 ` pr-tracker-bot 2019-01-20 22:09 David Miller 2019-01-21 22:00 ` pr-tracker-bot 2019-01-13 21:33 David Miller 2019-01-15 17:30 ` pr-tracker-bot 2019-01-15 17:30 ` pr-tracker-bot 2019-01-03 6:12 David Miller 2019-01-04 4:20 ` pr-tracker-bot 2018-12-22 0:20 David Miller 2018-12-25 2:43 ` David Miller 2018-12-27 22:05 ` pr-tracker-bot 2018-12-21 20:42 David Miller 2018-12-21 22:30 ` pr-tracker-bot 2018-12-20 5:03 David Miller 2018-12-20 16:10 ` pr-tracker-bot 2018-12-09 20:51 David Miller 2018-12-09 23:45 ` pr-tracker-bot 2018-11-28 20:27 David Miller 2018-11-28 22:15 ` pr-tracker-bot 2018-11-24 6:58 David Miller 2018-11-24 17:55 ` pr-tracker-bot 2018-11-19 3:12 David Miller 2018-11-19 17:30 ` pr-tracker-bot 2018-11-11 22:26 David Miller 2018-11-11 23:15 ` pr-tracker-bot 2018-11-06 1:42 David Miller 2018-11-06 15:45 ` Linus Torvalds 2018-11-01 1:44 David Miller 2018-11-01 16:17 ` Linus Torvalds 2018-10-29 2:46 David Miller 2018-10-29 3:19 ` Linus Torvalds 2018-10-26 23:12 David Miller 2018-10-24 3:29 David Miller 2018-10-24 6:01 ` Linus Torvalds 2018-10-24 7:23 ` Linus Torvalds 2018-10-24 7:50 ` Kalle Valo 2018-10-24 8:05 ` Kalle Valo 2018-10-24 13:28 ` Andy Gross [not found] ` <CAPBZ5Qen9ak4eFqdHEKNVoGBWUtohu_hwYxZ2cwmyAU=a8Mv9A@mail.gmail.com> [not found] ` <CAPBZ5Qen9ak4eFqdHEKNVoGBWUtohu_hwYxZ2cwmyAU=a8Mv9A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2018-10-24 13:40 ` Linus Torvalds 2018-10-24 7:30 ` Kalle Valo 2018-10-20 22:47 David Miller 2018-10-21 5:26 ` David Miller 2018-10-21 8:53 ` Greg KH 2018-10-19 0:19 David Miller 2018-10-19 8:13 ` Greg KH 2018-10-12 2:06 David Miller 2018-10-12 8:23 ` Greg KH 2018-10-06 5:20 David Miller 2018-10-06 9:26 ` Greg KH 2018-10-03 21:57 David Miller 2018-10-03 23:52 ` Greg KH 2018-09-25 3:32 David Miller 2018-09-25 9:43 ` Greg KH 2018-09-18 3:00 David Miller 2018-09-18 7:31 ` Greg KH 2018-09-18 15:43 ` David Miller 2018-09-18 8:02 ` Greg KH 2018-09-12 20:29 David Miller 2018-09-04 19:42 David Miller 2018-08-26 21:37 David Miller 2018-08-19 18:37 David Miller 2018-08-15 2:13 David Miller 2018-08-11 18:20 David Miller 2018-08-09 5:06 David Miller 2018-08-05 7:47 David Miller 2018-08-05 15:52 ` Linus Torvalds 2018-08-07 17:56 ` Dmitry Safonov 2018-08-02 4:37 David Miller 2018-08-02 17:15 ` Linus Torvalds 2018-07-30 20:14 David Miller 2018-07-24 23:51 David Miller 2018-07-18 23:34 David Miller 2018-07-02 13:03 David Miller 2018-07-02 18:29 ` Linus Torvalds 2018-07-03 13:52 ` Ursula Braun 2018-07-03 17:03 ` Linus Torvalds 2018-06-25 7:45 David Miller 2018-06-20 12:35 David Miller 2018-06-21 8:45 ` Ingo Molnar 2018-06-21 13:40 ` Matteo Croce 2018-06-21 13:46 ` Stephen Rothwell 2018-06-21 16:33 ` Ingo Molnar 2018-06-15 16:48 David Miller 2018-06-11 0:42 David Miller 2018-06-06 21:08 David Miller 2018-06-02 23:39 David Miller 2018-05-25 20:58 David Miller 2018-05-20 23:30 David Miller 2018-05-11 21:00 David Miller 2018-05-11 21:25 ` Linus Torvalds 2018-05-12 0:10 ` David Miller 2018-05-12 0:12 ` Linus Torvalds 2018-05-03 20:21 David Miller 2018-04-24 20:38 David Miller 2018-04-20 1:17 David Miller 2018-04-11 21:53 David Miller 2018-04-09 2:50 David Miller 2018-04-04 17:52 David Miller 2018-04-02 17:54 David Miller 2018-04-02 16:29 David Miller 2018-04-02 17:54 ` David Miller 2018-03-30 20:28 David Miller 2018-03-22 20:32 David Miller 2018-03-05 3:30 David Miller 2018-02-23 18:04 David Miller 2018-02-19 19:47 David Miller 2018-02-09 19:57 David Miller 2018-02-06 20:09 David Miller 2018-02-03 1:04 David Miller 2018-01-31 20:53 David Miller 2018-01-26 16:36 David Miller 2018-01-24 23:23 David Miller 2018-01-23 16:05 David Miller 2018-01-19 2:25 David Miller 2018-01-16 20:34 David Miller 2018-01-10 22:21 David Miller 2018-01-09 3:13 David Miller 2017-12-29 2:05 David Miller 2017-12-21 21:32 David Miller 2017-12-15 21:04 David Miller 2017-12-08 20:05 David Miller 2017-12-03 18:14 David Miller 2017-11-29 15:40 David Miller 2017-11-23 20:02 David Miller 2017-11-21 11:45 David Miller 2017-11-18 1:55 David Miller 2017-11-15 11:33 David Miller 2017-11-15 20:19 ` Linus Torvalds 2017-11-15 22:15 ` Daniel Borkmann 2017-11-16 1:43 ` David Miller 2017-11-11 14:14 David Miller 2017-11-09 5:08 David Miller 2017-11-03 5:38 David Miller 2017-11-01 15:03 David Miller 2017-10-29 14:54 David Miller 2017-10-22 2:34 David Miller 2017-10-09 23:10 David Miller 2017-10-05 5:14 David Miller 2017-09-23 5:03 David Miller 2017-09-16 16:29 David Miller 2017-09-09 5:06 David Miller 2017-09-06 4:41 David Miller 2017-09-06 23:27 ` Linus Torvalds 2017-09-06 23:31 ` David Miller 2017-09-06 23:37 ` Linus Torvalds 2017-09-07 4:11 ` Coelho, Luciano 2017-09-07 4:57 ` Linus Torvalds 2017-09-07 5:04 ` Coelho, Luciano 2017-09-07 5:40 ` Luca Coelho 2017-09-07 5:46 ` Linus Torvalds 2017-09-01 19:06 David Miller 2017-08-21 4:53 David Miller 2017-08-16 0:52 David Miller 2017-08-16 2:21 ` Linus Torvalds 2017-08-16 3:03 ` David Miller 2017-08-30 9:48 ` Pavel Machek 2017-08-30 14:45 ` Kalle Valo 2017-08-30 17:11 ` David Miller 2017-08-30 17:31 ` Kalle Valo 2017-08-30 17:54 ` David Miller 2017-08-31 4:44 ` Kalle Valo 2017-08-31 6:52 ` Pavel Machek 2017-08-31 11:50 ` Kalle Valo 2017-08-10 17:21 David Miller 2017-08-09 6:10 David Miller 2017-08-01 5:16 David Miller 2017-07-20 23:10 David Miller 2017-07-13 0:08 David Miller 2017-07-08 10:36 David Miller 2017-07-09 18:49 ` Linus Torvalds 2017-07-09 19:11 ` Sowmini Varadhan 2017-07-09 20:40 ` David Miller 2017-07-10 10:05 ` Herbert Xu 2017-07-10 12:10 ` Sowmini Varadhan 2017-07-10 14:00 ` Herbert Xu 2017-07-11 20:31 ` David Miller 2017-07-12 1:44 ` Herbert Xu 2017-07-05 10:55 David Miller 2017-06-29 20:18 David Miller 2017-06-20 20:05 David Miller 2017-06-15 4:18 David Miller 2017-06-06 20:57 David Miller 2017-05-26 19:50 David Miller 2017-05-22 19:34 David Miller 2017-05-18 18:03 David Miller 2017-05-15 20:01 David Miller 2017-05-09 20:03 David Miller 2017-05-04 18:51 David Miller 2017-05-02 20:39 David Miller 2017-04-28 20:16 David Miller 2017-04-26 19:21 David Miller 2017-04-21 19:56 David Miller 2017-04-18 20:23 David Miller 2017-04-06 1:57 David Miller 2017-03-23 3:47 David Miller 2017-03-15 3:41 David Miller 2017-03-05 0:50 David Miller 2017-02-28 1:42 David Miller 2017-02-23 18:56 David Miller 2017-02-22 4:31 David Miller 2017-02-19 3:57 David Miller 2017-02-18 5:15 David Miller 2017-02-16 1:31 David Miller 2017-02-16 2:01 ` Linus Torvalds 2017-02-16 3:26 ` David Miller 2017-02-16 3:33 ` David Miller 2017-02-10 21:26 David Miller 2017-02-07 19:42 David Miller 2017-02-01 19:46 David Miller 2017-01-27 17:25 David Miller 2017-01-17 2:52 David Miller 2017-01-11 15:22 David Miller 2017-01-11 17:53 ` Linus Torvalds 2017-01-09 3:38 David Miller 2017-01-09 20:08 ` Linus Torvalds 2017-01-09 20:24 ` David Miller 2017-01-09 20:44 ` Kalle Valo 2017-01-09 20:34 ` Kalle Valo 2017-01-04 21:45 David Miller 2016-12-27 19:43 David Miller 2016-12-23 19:20 David Miller 2016-12-20 21:02 David Miller 2016-12-18 2:55 David Miller 2016-12-11 20:21 David Miller 2016-12-10 4:42 David Miller 2016-12-06 17:04 David Miller 2016-12-02 19:40 David Miller 2016-11-26 21:04 David Miller 2016-11-21 18:34 David Miller 2016-11-14 22:08 David Miller 2016-10-13 16:27 David Miller 2016-10-11 9:06 David Miller 2016-10-06 5:49 David Miller 2016-10-05 5:44 David Miller 2016-10-05 22:29 ` Stephen Rothwell 2016-10-05 22:37 ` Linus Torvalds 2016-10-06 0:09 ` Pablo Neira Ayuso 2016-10-06 0:26 ` David Miller 2016-10-06 0:52 ` Stephen Rothwell 2016-10-06 2:14 ` Linus Torvalds 2016-10-06 2:51 ` Stephen Rothwell 2016-10-06 2:56 ` David Miller 2016-10-06 5:07 ` Stephen Rothwell 2016-10-02 13:01 David Miller 2016-09-22 7:52 David Miller 2016-09-12 3:08 David Miller 2016-08-29 5:44 David Miller 2016-08-17 23:58 David Miller 2016-08-03 4:42 David Miller 2016-07-27 8:07 David Miller 2016-07-23 6:07 David Miller 2016-07-05 23:23 David Miller 2016-06-10 7:29 David Miller 2016-06-01 3:38 David Miller 2016-05-21 0:09 David Miller 2016-05-17 19:11 David Miller 2016-05-18 1:00 ` Linus Torvalds 2016-05-18 3:37 ` Emmanuel Grumbach 2016-05-18 10:51 ` Coelho, Luciano 2016-05-18 12:20 ` Reinoud Koornstra 2016-05-18 12:41 ` Coelho, Luciano 2016-05-18 12:51 ` Reinoud Koornstra 2016-05-18 14:23 ` Coelho, Luciano 2016-05-18 18:45 ` Linus Torvalds 2016-05-18 18:50 ` Coelho, Luciano [not found] ` <1463597411.29999.16.camel-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> 2016-05-18 18:58 ` Kalle Valo [not found] ` <87zirnnqgy.fsf-5ukZ45wKbUHoml4zekdYB16hYfS7NtTn@public.gmane.org> 2016-05-18 19:00 ` Linus Torvalds 2016-05-18 19:03 ` Coelho, Luciano 2016-05-18 19:11 ` Kalle Valo 2016-05-18 18:51 ` Linus Torvalds 2016-05-19 8:20 ` Reinoud Koornstra 2016-05-19 9:14 ` Reinoud Koornstra 2016-05-19 9:40 ` Sedat Dilek 2016-05-19 4:08 ` David Miller 2016-05-14 20:16 David Miller 2016-05-09 4:47 David Miller 2016-05-03 20:38 David Miller 2016-05-02 5:11 David Miller 2016-04-26 21:58 David Miller 2016-04-21 19:55 David Miller 2016-04-09 5:14 David Miller 2016-04-02 0:04 David Miller 2016-03-24 2:23 David Miller 2016-03-19 4:42 David Miller 2016-03-21 15:57 ` Yishai Hadas 2016-03-07 22:00 David Miller 2016-02-22 4:07 David Miller 2016-02-11 8:39 David Miller 2016-02-01 22:28 David Miller 2016-01-18 19:06 David Miller 2016-01-18 19:07 ` David Miller 2016-01-15 21:11 David Miller 2016-01-13 2:51 David Miller 2016-01-13 5:09 ` Stephen Rothwell 2016-01-13 5:20 ` David Miller 2016-01-14 11:03 ` Marc Zyngier [not found] ` <56978094.4050302-5wv7dgnIgG8@public.gmane.org> 2016-01-16 11:57 ` Kalle Valo 2016-01-18 11:30 ` Marc Zyngier [not found] ` <569CCCD2.4040105-5wv7dgnIgG8@public.gmane.org> 2016-01-18 22:05 ` Arend van Spriel 2016-01-19 8:55 ` Marc Zyngier 2016-01-19 9:36 ` Arend van Spriel [not found] ` <569E0387.1070601-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> 2016-01-19 9:51 ` Marc Zyngier [not found] ` <569DFA0A.6070900-5wv7dgnIgG8@public.gmane.org> 2016-01-19 13:08 ` Kalle Valo 2016-01-06 22:09 David Miller 2015-12-31 18:19 David Miller 2015-12-17 21:43 David Miller 2015-12-03 21:01 David Miller 2015-11-17 21:48 David Miller 2015-11-10 22:07 David Miller 2015-11-03 21:37 David Miller 2015-10-29 15:19 David Miller 2015-10-31 18:24 ` David Miller 2015-10-28 6:32 David Miller 2015-10-28 9:39 ` Linus Torvalds 2015-10-28 11:03 ` Hannes Frederic Sowa 2015-10-28 14:27 ` Rasmus Villemoes 2015-11-09 12:09 ` Hannes Frederic Sowa 2015-11-09 14:16 ` Rasmus Villemoes 2015-10-28 13:21 ` David Miller 2015-11-02 20:34 ` Andy Lutomirski 2015-11-02 21:16 ` Linus Torvalds 2015-11-02 21:19 ` Linus Torvalds 2015-11-02 21:30 ` Andy Lutomirski 2015-11-02 22:14 ` Hannes Frederic Sowa 2015-11-02 23:21 ` Linus Torvalds 2015-11-03 0:56 ` Benjamin Herrenschmidt 2015-11-03 1:54 ` Linus Torvalds 2015-11-03 1:58 ` Andy Lutomirski 2015-11-03 2:38 ` Linus Torvalds 2015-11-03 12:53 ` Hannes Frederic Sowa 2015-11-03 20:05 ` Linus Torvalds 2015-11-03 20:44 ` Linus Torvalds 2015-11-06 15:27 ` David Laight 2015-11-07 0:49 ` Andy Lutomirski 2015-11-09 8:12 ` Ingo Molnar 2015-11-09 10:38 ` Hannes Frederic Sowa 2015-11-09 10:38 ` Hannes Frederic Sowa 2015-10-19 6:56 David Miller 2015-10-02 0:43 David Miller 2015-09-26 5:09 David Miller 2015-09-10 19:42 David Miller 2015-09-03 5:35 David Miller 2015-09-03 6:23 ` Stephen Rothwell 2015-09-03 16:45 ` Linus Torvalds 2015-09-03 17:40 ` David Miller 2015-09-03 18:22 ` Linus Torvalds 2015-09-03 18:31 ` Linus Torvalds 2015-09-03 21:09 ` Marcel Holtmann 2015-09-04 9:07 ` David Laight 2015-09-04 17:38 ` Rustad, Mark D 2015-09-07 11:02 ` David Laight 2015-09-08 16:51 ` Rustad, Mark D 2020-09-12 19:08 ` Alejandro Colomar 2015-09-03 18:34 ` Joe Perches 2015-09-03 19:32 ` Julia Lawall 2015-09-03 19:48 ` Linus Torvalds 2015-09-03 20:55 ` Julia Lawall 2015-09-03 21:04 ` Linus Torvalds 2015-09-03 21:26 ` Julia Lawall 2015-09-03 18:46 ` David Miller 2015-09-05 16:14 ` Lorenzo Bianconi 2015-09-03 23:23 ` David Ahern [not found] ` <CACJDEmqywG91TA7nToQgEPvnenn=FqfQE5-2Yg=GMoWghhc8=Q@mail.gmail.com> 2015-09-09 2:16 ` Konrad Rzeszutek Wilk 2015-09-09 8:46 ` Corinna Vinschen 2015-08-28 0:42 David Miller 2015-08-20 0:34 David Miller 2015-08-13 6:06 David Miller 2015-07-31 23:08 David Miller 2015-07-22 20:22 David Miller 2015-07-13 5:55 David Miller 2015-07-01 3:52 David Miller 2015-06-24 13:39 David Miller 2015-06-24 23:38 ` Linus Torvalds 2015-06-25 1:52 ` Weiny, Ira 2015-06-25 15:01 ` Or Gerlitz 2015-06-25 16:24 ` Paul Gortmaker 2015-06-25 16:52 ` Joe Perches 2020-02-24 10:01 ` Geert Uytterhoeven 2020-02-24 12:47 ` Greg KH 2020-02-24 16:33 ` Leon Romanovsky 2020-02-24 16:35 ` Doug Ledford 2020-02-24 16:53 ` Geert Uytterhoeven 2015-07-20 10:11 ` Xiong Zhou [not found] ` <CADJHv_vZZE-nrA2KO2-yB3QCYBDO=SinYjPSKtFjQ_W=JjXVfg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2015-07-20 10:44 ` Johannes Berg 2015-06-13 0:00 David Miller 2015-06-09 0:33 David Miller 2015-06-02 0:17 David Miller 2015-05-27 18:55 David Miller 2015-05-22 20:44 David Miller 2015-05-13 3:49 David Miller 2015-05-02 2:43 David Miller 2015-04-27 17:56 David Miller 2015-04-22 2:58 David Miller 2015-04-17 20:13 David Miller 2015-04-15 4:16 David Miller 2015-04-15 4:34 ` Stephen Rothwell 2015-04-06 21:39 David Miller 2015-04-01 19:48 David Miller 2015-04-29 14:51 ` Denys Vlasenko 2015-04-29 15:17 ` D.S. Ljungmark 2015-04-29 16:50 ` Dan Williams 2015-04-29 16:55 ` D.S. Ljungmark 2015-04-29 18:13 ` Dan Williams 2015-04-29 17:53 ` Denys Vlasenko 2015-03-23 17:00 David Miller 2015-03-19 4:59 David Miller 2015-03-09 20:30 David Miller 2015-03-03 20:35 David Miller 2015-02-17 18:48 David Miller 2015-02-10 3:16 David Miller 2015-02-10 4:37 ` Linus Torvalds 2015-02-10 4:52 ` David Miller 2015-02-10 16:33 ` Linus Torvalds 2015-02-10 16:58 ` Linus Torvalds 2015-02-10 21:26 ` Linus Torvalds 2015-02-10 21:50 ` Linus Torvalds 2015-02-11 1:45 ` Al Viro 2015-02-11 2:01 ` Linus Torvalds 2015-02-11 3:58 ` Linus Torvalds 2015-02-11 4:02 ` Al Viro 2015-02-11 4:09 ` Linus Torvalds 2015-02-11 5:28 ` David Miller 2015-02-11 5:54 ` Linus Torvalds 2015-02-11 14:01 ` David Miller 2015-02-11 14:00 ` Al Viro 2015-02-11 4:01 ` Al Viro 2015-02-11 4:10 ` Al Viro 2015-02-05 9:07 David Miller 2015-01-27 20:36 David Miller 2015-01-20 1:07 David Miller 2015-01-14 22:12 David Miller 2015-01-07 1:35 David Miller 2014-12-29 21:33 David Miller 2014-12-18 21:39 David Miller 2014-12-12 21:02 David Miller 2014-12-11 21:02 David Miller 2014-12-03 4:39 David Miller 2014-11-26 21:48 David Miller 2014-11-21 22:37 David Miller 2014-11-13 20:35 David Miller 2014-10-31 20:59 David Miller 2014-10-19 17:23 David Miller 2014-10-20 0:32 ` Linus Torvalds 2014-10-20 1:03 ` David Miller 2014-10-20 7:53 ` Pablo Neira Ayuso 2014-10-18 4:18 David Miller 2014-10-19 2:15 ` Markus Trippelsdorf 2014-10-19 2:48 ` David Miller 2014-10-11 21:59 David Miller 2014-10-08 21:20 David Miller 2014-10-02 3:03 David Miller 2014-09-24 19:41 David Miller 2014-09-22 22:54 David Miller 2014-09-07 23:41 David Miller 2014-08-14 23:16 David Miller 2014-08-12 4:12 David Miller 2014-08-07 3:20 David Miller 2014-08-06 5:02 David Miller 2014-07-29 23:55 David Miller 2014-07-30 0:36 ` Stephen Rothwell 2014-07-30 3:44 ` David Miller 2014-07-22 5:43 David Miller 2014-07-15 7:28 David Miller 2014-07-15 15:52 ` Linus Torvalds 2014-07-15 18:46 ` David Miller 2014-07-15 19:02 ` John W. Linville 2014-07-17 2:18 ` Kalle Valo 2014-07-17 3:05 ` Linus Torvalds 2014-07-15 23:02 ` David Miller [not found] ` <CA+55aFzLX0g0j4mBrW6-RgK10wVSG+fL=v9i2bLGdKXTMMazoQ@mail.gmail.com> 2014-07-16 3:05 ` David Miller 2014-06-26 4:06 David Miller 2014-06-16 2:33 David Miller 2014-06-16 23:04 ` Dave Jones 2014-06-16 23:42 ` Dave Jones 2014-06-23 23:47 ` Dave Jones 2014-06-25 0:04 ` Linus Torvalds 2014-06-25 0:26 ` David Miller 2014-06-25 3:05 ` Tom Herbert 2014-06-25 3:51 ` Tom Herbert 2014-06-12 19:14 David Miller 2014-06-13 6:48 ` Linus Torvalds 2014-06-13 6:59 ` Johannes Berg 2014-06-13 7:21 ` Geert Uytterhoeven 2014-06-13 14:28 ` Linus Torvalds 2014-06-13 14:44 ` Dave Jones 2014-06-13 7:53 ` David Miller 2014-06-03 1:11 David Miller 2014-05-22 21:51 David Miller 2014-05-05 21:42 David Miller 2014-04-18 23:30 David Miller 2014-04-16 2:47 David Miller 2014-04-12 21:42 David Miller 2014-04-08 18:46 David Miller 2014-04-03 3:25 David Miller 2014-03-28 21:38 David Miller 2014-03-24 19:50 David Miller 2014-03-13 20:36 David Miller 2014-03-03 23:28 David Miller 2014-02-18 23:34 David Miller 2014-02-11 7:14 David Miller 2014-01-29 8:55 David Miller 2014-01-25 9:33 David Miller 2014-01-18 3:25 David Miller 2014-01-10 20:31 David Miller 2014-01-06 22:17 David Miller 2013-12-30 4:02 David Miller 2013-12-30 12:50 ` Or Gerlitz 2013-12-31 0:52 ` David Miller 2013-12-31 5:56 ` Or Gerlitz 2013-12-31 6:05 ` David Miller 2013-12-31 8:05 ` Wei-Chun Chao 2013-12-31 18:15 ` David Miller 2013-12-17 22:29 David Miller 2013-12-15 4:14 David Miller 2013-12-02 2:30 David Miller 2013-11-21 19:26 David Miller 2013-11-19 22:18 David Miller 2013-11-11 20:47 David Miller 2013-11-04 6:00 David Miller 2013-10-22 20:36 David Miller 2013-10-01 17:57 David Miller 2013-09-19 18:55 David Miller 2013-09-11 21:25 David Miller 2013-09-06 19:40 David Miller 2013-09-05 20:37 David Miller 2013-08-30 22:14 David Miller 2013-08-23 7:45 David Miller 2013-08-15 23:28 David Miller 2013-08-03 19:38 David Miller 2013-07-31 7:37 David Miller 2013-07-19 2:35 David Miller 2013-07-13 6:16 David Miller 2013-07-09 21:53 David Miller 2013-07-10 2:50 ` Linus Torvalds 2013-07-10 4:35 ` David Miller 2013-07-10 12:25 ` Markus Trippelsdorf 2013-07-10 12:43 ` Josh Boyer 2013-07-10 12:50 ` Markus Trippelsdorf 2013-07-10 12:52 ` Alexey Brodkin 2013-07-10 18:07 ` David Miller 2013-07-07 20:21 David Miller 2013-07-07 21:27 ` Linus Torvalds 2013-07-07 22:33 ` Linus Torvalds 2013-07-08 3:14 ` David Miller 2013-07-08 6:38 ` Eliezer Tamir 2013-07-09 2:48 ` Andrew Morton 2013-07-09 6:35 ` Eliezer Tamir 2013-07-09 2:29 ` Rob Landley 2013-07-09 17:32 ` Linus Torvalds 2013-07-10 1:54 ` Rob Landley 2013-06-27 0:53 David Miller 2013-06-15 10:50 David Miller 2013-06-12 21:14 David Miller 2013-06-06 19:16 David Miller 2013-06-05 9:02 David Miller 2013-05-24 7:57 David Miller 2013-05-13 20:08 David Miller 2013-05-13 21:26 ` Sergei Shtylyov 2013-05-09 1:01 David Miller 2013-05-06 21:05 David Miller 2013-05-06 22:57 ` Linus Torvalds 2013-05-06 23:09 ` David Miller 2013-05-06 23:32 ` Jeff Kirsher 2013-05-07 2:10 ` David Miller 2013-05-07 6:02 ` Jeff Kirsher 2013-05-05 2:42 David Miller 2013-05-05 10:24 ` Maarten Lankhorst 2013-05-06 16:46 ` Allan, Bruce W 2013-05-01 20:47 David Miller 2013-05-02 1:28 ` Linus Torvalds 2013-05-02 4:37 ` Linus Torvalds 2013-05-02 4:55 ` Linus Torvalds 2013-05-02 6:45 ` David Miller 2013-05-02 7:03 ` Patrick McHardy 2013-05-02 8:16 ` David Miller 2013-05-02 8:36 ` Patrick McHardy 2013-05-02 9:06 ` Bjørn Mork 2013-05-02 9:17 ` David Miller 2013-05-02 10:19 ` Bjørn Mork 2013-05-02 10:28 ` Ben Hutchings 2013-05-02 11:51 ` Bjørn Mork 2013-05-02 16:22 ` Michał Mirosław 2013-05-03 23:35 ` Pavel Simerda 2013-05-09 9:02 ` Pavel Simerda 2013-05-02 16:27 ` Dan Williams 2013-05-02 18:01 ` David Miller 2013-05-02 18:53 ` John Stoffel 2013-05-02 20:18 ` Ben Hutchings 2013-05-02 20:40 ` John Stoffel 2013-05-02 17:58 ` David Miller 2013-05-02 5:23 ` David Miller 2013-05-02 6:41 ` Francois Romieu 2013-05-02 16:34 ` Dan Williams 2013-05-02 17:39 ` David Miller 2013-05-02 17:47 ` Michał Mirosław 2013-05-02 17:55 ` David Miller 2013-05-02 18:06 ` David Miller 2013-05-02 18:15 ` Dan Williams 2013-05-02 18:21 ` David Miller 2013-05-02 18:24 ` Dan Williams 2013-05-02 18:52 ` Linus Torvalds 2013-05-02 18:53 ` Linus Torvalds 2013-05-02 19:17 ` Dan Williams 2013-05-02 20:22 ` Dan Williams 2013-05-06 23:35 ` Dan Williams 2013-04-21 1:16 David Miller 2013-04-17 5:42 David Miller 2013-04-10 19:49 David Miller 2013-04-05 20:41 David Miller 2013-04-02 21:11 David Miller 2013-04-01 3:33 David Miller 2013-03-26 19:31 David Miller 2013-03-19 19:05 David Miller 2013-03-11 11:43 David Miller 2013-03-04 19:58 David Miller 2013-02-25 21:09 David Miller 2013-02-20 22:09 David Miller 2013-02-21 3:05 ` Linus Torvalds 2013-02-21 3:12 ` Linus Torvalds 2013-02-21 3:40 ` David Miller 2013-02-21 3:55 ` Paul Gortmaker 2013-02-21 14:37 ` Mark Lord 2013-02-22 2:26 ` Paul Gortmaker 2013-02-22 3:54 ` Mark Lord 2013-02-13 19:21 David Miller 2013-02-08 20:17 David Miller 2013-02-08 21:00 ` Linus Torvalds 2013-02-08 21:57 ` David Miller 2013-02-08 22:50 ` Francois Romieu 2013-02-10 9:17 ` Jörg Otte 2013-02-11 0:07 ` David Miller 2013-01-28 6:03 David Miller 2013-01-12 23:56 David Miller 2013-01-13 2:03 ` Eric Dumazet 2013-01-08 8:10 David Miller 2012-12-27 3:44 David Miller 2012-12-20 0:06 David Miller 2012-12-13 20:08 David Miller 2012-12-12 20:11 David Miller 2012-12-13 2:15 ` Linus Torvalds 2012-12-13 2:27 ` David Miller 2012-12-13 2:37 ` Linus Torvalds 2012-12-13 3:22 ` David Miller 2012-12-13 21:52 ` Olof Johansson 2012-12-10 22:31 David Miller 2012-12-07 20:35 David Miller 2012-12-03 0:36 David Miller 2012-11-29 2:47 David Miller 2012-12-03 0:13 ` Linus Torvalds 2012-12-03 0:32 ` David Miller 2012-11-23 20:18 David Miller 2012-11-21 17:36 David Miller 2012-11-16 22:07 David Miller 2012-11-10 19:46 David Miller 2012-11-03 3:46 David Miller 2012-10-26 21:38 David Miller 2012-10-12 19:25 David Miller 2012-10-10 1:26 David Miller 2012-10-04 21:42 David Miller 2012-10-02 19:42 David Miller 2012-09-28 7:31 David Miller 2012-09-25 21:07 David Miller 2012-09-21 19:48 David Miller 2012-09-14 18:48 David Miller 2012-09-02 4:34 David Miller 2012-08-21 23:38 David Miller 2012-08-22 0:08 ` Al Viro 2012-08-13 6:06 David Miller 2012-08-06 21:23 David Miller 2012-07-31 22:30 David Miller 2012-07-28 7:52 David Miller 2012-07-28 8:41 ` Eric Dumazet 2012-07-26 23:58 David Miller 2012-07-24 7:41 David Miller 2012-07-19 4:32 David Miller 2012-07-17 14:36 David Miller 2012-07-02 1:51 David Miller 2012-06-28 5:21 David Miller 2012-06-14 6:00 David Miller 2012-06-02 21:31 David Miller 2012-05-30 22:37 David Miller 2012-05-21 8:46 David Miller 2012-05-19 3:43 David Miller 2012-05-17 22:44 David Miller 2012-05-16 20:09 David Miller 2012-05-14 4:05 David Miller 2012-05-12 8:20 David Miller 2012-05-03 6:59 David Miller 2012-05-03 9:06 ` Srivatsa S. Bhat 2012-05-03 9:32 ` David Miller 2012-05-03 9:36 ` Srivatsa S. Bhat 2012-05-03 9:44 ` Jeff Kirsher 2012-04-23 2:28 David Miller 2012-04-12 19:39 David Miller 2012-04-06 17:35 David Miller 2012-04-03 0:34 David Miller 2012-04-03 19:23 ` Torsten Kaiser 2012-03-25 21:51 David Miller 2012-03-27 22:51 ` David Miller 2012-03-27 23:51 ` Linus Torvalds 2012-03-23 3:32 David Miller 2012-03-20 21:24 David Miller 2012-03-18 0:53 David Miller 2012-03-14 0:53 David Miller 2012-03-09 9:29 David Miller 2012-03-07 5:22 David Miller 2012-03-05 22:15 David Miller 2012-02-26 20:02 David Miller 2012-02-15 21:29 David Miller 2012-02-10 21:00 David Miller 2012-01-30 18:22 David Miller 2012-01-24 23:33 David Miller 2012-01-18 5:57 David Miller 2012-01-13 4:22 David Miller 2012-01-09 22:20 David Miller 2012-01-06 0:28 David Miller 2012-01-07 1:34 ` Linus Torvalds 2012-01-07 1:50 ` David Miller 2012-01-07 1:55 ` Linus Torvalds 2012-01-07 2:07 ` David Miller 2012-01-07 2:24 ` Linus Torvalds 2012-01-04 21:11 David Miller 2012-01-01 23:42 David Miller 2011-12-28 3:50 David Miller 2011-12-23 22:11 David Miller 2011-12-22 0:31 David Miller 2011-12-16 20:15 David Miller 2011-12-06 19:59 David Miller 2011-12-02 3:55 David Miller 2011-11-20 20:33 David Miller 2011-11-07 18:45 David Miller 2011-11-04 2:40 David Miller 2011-10-31 8:40 David Miller 2011-10-26 0:32 David Miller 2011-10-25 10:32 David Miller 2011-10-25 11:46 ` Linus Torvalds 2011-10-25 11:56 ` Greg KH 2011-10-25 12:03 ` Linus Torvalds [not found] ` <m1wrbtb4rj.fsf@fess.ebiederm.org> 2011-10-25 13:12 ` Linus Torvalds 2011-10-25 13:13 ` Greg KH 2011-10-25 12:26 ` Linus Torvalds 2011-11-04 17:03 ` Johannes Berg 2011-11-04 17:07 ` Ben Greear 2011-11-07 11:40 ` Stanislaw Gruszka 2011-10-20 9:43 David Miller 2011-10-11 19:54 David Miller 2011-10-06 20:23 David Miller 2011-10-04 17:28 David Miller 2011-09-28 5:36 David Miller 2011-09-21 20:30 David Miller 2011-09-19 3:13 David Miller 2011-09-18 6:21 David Miller 2011-09-18 18:06 ` Linus Torvalds 2011-09-18 19:23 ` Markus Trippelsdorf 2011-09-18 19:46 ` Eric Dumazet 2011-09-18 19:48 ` Markus Trippelsdorf 2011-09-18 19:50 ` Eric Dumazet 2011-09-18 19:55 ` Linus Torvalds 2011-09-18 20:35 ` Eric Dumazet 2011-09-19 1:03 ` David Miller 2011-09-19 1:26 ` Linus Torvalds 2011-09-19 1:45 ` David Miller 2011-09-19 3:17 ` Eric Dumazet 2011-09-19 0:01 ` David Ward 2011-09-19 1:03 ` David Miller 2011-09-19 1:14 ` Linus Torvalds 2011-09-19 2:57 ` Jeremy Kerr 2011-09-19 3:00 ` David Miller 2011-09-19 11:02 ` Neil Horman 2011-08-29 17:33 David Miller 2011-08-24 4:46 [GIT]: Networking David Miller 2011-08-12 10:33 [GIT] Networking David Miller 2011-08-07 1:51 David Miller 2011-08-05 11:20 David Miller 2011-07-28 9:35 David Miller 2011-07-24 20:28 David Miller 2011-07-22 14:33 David Miller 2011-08-01 15:13 ` Ingo Molnar 2011-07-18 20:18 David Miller 2011-07-16 17:43 David Miller 2011-07-17 14:36 ` Ed Tomlinson
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20120524.020502.1662229691914755602.davem@davemloft.net \ --to=davem@davemloft.net \ --cc=akpm@linux-foundation.org \ --cc=linux-kernel@vger.kernel.org \ --cc=netdev@vger.kernel.org \ --cc=torvalds@linux-foundation.org \ --subject='Re: [GIT] Networking' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).