summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: fix rtnl notification in atomic contextAlexei Starovoitov2013-10-264-15/+16
* net: initialize hashrnd in flow_dissector with net_get_random_onceHannes Frederic Sowa2013-10-261-13/+21
* net: make net_get_random_once irq safeHannes Frederic Sowa2013-10-262-4/+4
* net: add missing dev_put() in __netdev_adjacent_dev_insertNikolay Aleksandrov2013-10-261-0/+1
* netem: markov loss model transition fixHagen Paul Pfeifer2013-10-261-1/+0Star
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-10-2318-477/+956
|\
| * batman-adv: generalize batman-adv icmp packet handlingSimon Wunderlich2013-10-235-97/+157
| * batman-adv: Start new development cycleSimon Wunderlich2013-10-231-1/+1
| * batman-adv: include the sync-flags when compute the global/local table CRCAntonio Quartulli2013-10-233-2/+28
| * batman-adv: improve the TT component to support runtime flag changesAntonio Quartulli2013-10-232-1/+30
| * batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()Antonio Quartulli2013-10-233-31/+12Star
| * batman-adv: send GW_DEL event in case of soft-iface destructionAntonio Quartulli2013-10-231-2/+7
| * batman-adv: limit local translation table max sizeMarek Lindner2013-10-235-36/+173
| * batman-adv: adapt the TT component to use the new API functionsAntonio Quartulli2013-10-231-11/+24
| * batman-adv: provide orig_node routing APIAntonio Quartulli2013-10-233-88/+151
| * batman-adv: adapt the neighbor purging routine to use the new API functionsAntonio Quartulli2013-10-231-8/+9
| * batman-adv: adapt bonding to use the new API functionsAntonio Quartulli2013-10-233-15/+32
| * batman-adv: add bat_neigh_is_equiv_or_better API functionAntonio Quartulli2013-10-234-1/+30
| * batman-adv: add bat_neigh_cmp API functionAntonio Quartulli2013-10-233-1/+25
| * batman-adv: add bat_orig_print API functionAntonio Quartulli2013-10-233-56/+78
| * batman-adv: make struct batadv_orig_node algorithm agnosticAntonio Quartulli2013-10-234-95/+135
| * batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli2013-10-238-71/+103
* | Merge branch 'frag_hash_secret'David S. Miller2013-10-236-13/+25
|\ \
| * | inet: remove old fragmentation hash initializingHannes Frederic Sowa2013-10-232-3/+4
| * | ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get...Hannes Frederic Sowa2013-10-233-10/+20
| * | ipv4: initialize ip4_frags hash secret as late as possibleHannes Frederic Sowa2013-10-231-0/+1
|/ /
* | Merge branch 'pci_set_drvdata'David S. Miller2013-10-237-9/+0Star
|\ \
| * | net: via-rhine: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-231-1/+0Star
| * | net: tc35815: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-231-1/+0Star
| * | net: spider_net: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-231-1/+0Star
| * | net: tlan: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-231-1/+0Star
| * | net: tehuti: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-231-1/+0Star
| * | net: niu: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-231-2/+0Star
| * | net: sungem: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-231-2/+0Star
|/ /
* | sh_eth: add/use RMCR.RNC bitSergei Shtylyov2013-10-232-3/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-23557-2970/+4329
|\ \
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-10-2311-65/+111
| |\ \
| | * | s390/time: correct use of store clock fastMartin Schwidefsky2013-10-227-34/+34
| | * | s390/vmlogrdr: fix array access in vmlogrdr_open()Heiko Carstens2013-10-151-1/+1
| | * | s390/compat,signal: fix return value of copy_siginfo_(to|from)_user32()Heiko Carstens2013-10-151-2/+2
| | * | s390/dasd: check for availability of prefix command during formatStefan Haberland2013-10-151-27/+71
| | * | s390/mm,kvm: fix software dirty bits vs. kvm for old machinesMartin Schwidefsky2013-10-151-1/+3
| * | | Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2013-10-238-21/+60
| |\ \ \
| | * \ \ Merge branch 'x86_pkg_temp' of .git into for-rcZhang Rui2013-10-211-6/+8
| | |\ \ \
| | | * | | Thermal: x86_pkg_temp: change spin lockSrinivas Pandruvada2013-09-251-6/+8
| | * | | | Revert "drivers: thermal: parent virtual hwmon with thermal zone"Zhang Rui2013-10-211-1/+1
| | * | | | drivers: thermal: allow ti-soc-thermal run without pcb zoneEduardo Valentin2013-10-151-0/+1
| | * | | | thermal: exynos: Provide initial setting for TMU's test MUX address at Exynos...Lukasz Majewski2013-10-154-0/+13
| | * | | | thermal: exynos: Provide separate TMU data for Exynos4412Lukasz Majewski2013-10-154-12/+37
| | * | | | thermal: exynos: Remove check for thermal device pointer at exynos_report_tri...Lukasz Majewski2013-10-151-2/+0Star
| | |/ / /