summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | dm9000: fix a typoBarry Song2015-09-081-1/+1
| * | | | | net: bridge: remove unnecessary switchdev includeVivien Didelot2015-09-081-1/+0
| * | | | | net: bridge: check __vlan_vid_del for errorVivien Didelot2015-09-081-4/+13
| * | | | | net: dsa: bcm_sf2: Fix ageing conditions and operationFlorian Fainelli2015-09-081-4/+8
| * | | | | device property: Don't overwrite addr when failing in device_get_mac_addressJulien Grall2015-09-081-6/+8
| * | | | | usbnet: Fix a race between usbnet_stop() and the BHEugene Shatokhin2015-09-081-11/+28
| * | | | | cxgb4: fix usage of uninitialized variablefrançois romieu2015-09-061-11/+6
| * | | | | fixed_phy: pass 'irq' to fixed_phy_add()Sergei Shtylyov2015-09-061-1/+1
| * | | | | openvswitch: Remove conntrack Kconfig option.Joe Stringer2015-09-063-14/+6
| * | | | | net: dsa: mv88e6171: add hardware 802.1Q supportVivien Didelot2015-09-061-0/+5
| * | | | | Merge tag 'mac80211-for-davem-2015-09-04' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-09-068-7/+116
| |\ \ \ \ \
| | * | | | | mac80211: reject software RSSI CQM with beacon filteringJohannes Berg2015-09-041-0/+4
| | * | | | | mac80211: avoid VHT usage with no 80MHz chans allowedArik Nemtsov2015-09-042-0/+31
| | * | | | | cfg80211: regulatory: restore proper user alpha2Maciej S. Szmigiero2015-09-041-1/+1
| | * | | | | rfkill: Copy "all" global state to other typesJoão Paulo Rechi Vita2015-09-041-1/+9
| | * | | | | mac80211: protect non-HT BSS when HT TDLS traffic existsAvri Altman2015-09-042-4/+70
| | * | | | | mac80211: Do not use sizeof() on pointer typeThierry Reding2015-09-041-1/+1
| * | | | | | ethernet: synopsys: SYNOPSYS_DWC_ETH_QOS should depend on HAS_DMAGeert Uytterhoeven2015-09-061-1/+1
| * | | | | | vxlan: Refactor vxlan_udp_encap_recv() to kill compiler warningGeert Uytterhoeven2015-09-061-4/+2
| * | | | | | lan78xx: Fix ladv/radv error handling in lan78xx_link_reset()Geert Uytterhoeven2015-09-061-6/+5
| * | | | | | RDS: rds_conn_lookup() should factor in the struct net for a matchSowmini Varadhan2015-09-051-4/+5
| * | | | | | net: fec: normalize return value of pm_runtime_get_sync() in MDIO writeMaciej S. Szmigiero2015-09-051-1/+3
| * | | | | | switchdev: fix return value of switchdev_port_fdb_dump in case of errorJiri Pirko2015-09-051-5/+1
| * | | | | | be2net: Revert "make the RX_FILTER command asynchronous" commitSathya Perla2015-09-051-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-09-0510-14/+58
| |\ \ \ \ \ \
| | * | | | | | netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error pathsDaniel Borkmann2015-09-014-3/+5
| | * | | | | | netfilter: nfnetlink: work around wrong endianess in res_id fieldPablo Neira Ayuso2015-08-291-1/+7
| | * | | | | | netfilter: ipset: Fixing unnamed union initElad Raz2015-08-292-4/+36
| | * | | | | | netfilter: ipset: Out of bound access in hash:net* types fixedJozsef Kadlecsik2015-08-281-4/+8
| | * | | | | | netfilter: bridge: fix IPv6 packets not being bridged with CONFIG_IPV6=nBernhard Thaler2015-08-191-1/+1
| | * | | | | | netfilter: nf_tables: Use 32 bit addressing register from nft_type_to_reg()Pablo Neira Ayuso2015-08-191-1/+1
| * | | | | | | net: wan: sbni: fix device usage countSudip Mukherjee2015-09-051-0/+2
| * | | | | | | net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing2015-09-051-1/+1
| * | | | | | | Merge branch 'sctp-fixes'David S. Miller2015-09-031-1/+9
| |\ \ \ \ \ \ \
| | * | | | | | | sctp: add routing output fallbackMarcelo Ricardo Leitner2015-09-031-1/+7
| | * | | | | | | sctp: fix dst leakMarcelo Ricardo Leitner2015-09-031-1/+3
| |/ / / / / / /
| * | / / / / / net: eth: altera: fix napi poll_list corruptionAtsushi Nemoto2015-09-031-2/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'tty-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-09-093-396/+125
|\ \ \ \ \ \ \
| * | | | | | | Revert "uart: pl011: Rename regs with enumeration"Greg Kroah-Hartman2015-09-041-114/+93
| * | | | | | | Revert "uart: pl011: Introduce register accessor"Greg Kroah-Hartman2015-09-041-141/+122
| * | | | | | | Revert "uart: pl011: Introduce register look up table"Greg Kroah-Hartman2015-09-041-50/+5
| * | | | | | | Revert "uart: pl011: Improve LCRH register access decision"Greg Kroah-Hartman2015-09-041-7/+2
| * | | | | | | Revert "uart: pl011: Add support to ZTE ZX296702 uart"Greg Kroah-Hartman2015-09-043-197/+16
* | | | | | | | Merge tag 'for-linus-20150909' of git://git.infradead.org/linux-mtdLinus Torvalds2015-09-092-5/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | mtd: spi-nor: fix NULL dereference when no match found in spi_nor_ids[]Brian Norris2015-09-021-1/+1
| * | | | | | | | mtd: spi-nor: s25sl064p supports both dual and quad I/OJoachim Eastwood2015-09-021-1/+1
| * | | | | | | | mtd: spi-nor: allow dual/quad reads on S25FL129PJonas Gorski2015-09-021-2/+2
| * | | | | | | | mtd: nand: omap2: Rename shippable module to omap2_nandRoger Quadros2015-09-021-1/+2
| * | | | | | | | mtd: spi-nor: Add support for sst25wf020aAlexis Ballier2015-09-021-0/+1
| * | | | | | | | mtd: spi-nor: Add support for Micron n25q064a serial flashMika Westerberg2015-09-021-0/+1