summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix some comments in chunk.c and associola.cwangweidong2013-10-282-3/+3
* veth: extend features to support tunnelingEric Dumazet2013-10-281-0/+3
* inet: restore gso for vxlanEric Dumazet2013-10-281-8/+7
* Revert "Merge branch 'bonding_monitor_locking'"David S. Miller2013-10-283-40/+89
* be2net: add support for ndo_busy_pollSathya Perla2013-10-272-18/+187
* Merge branch 'bonding_monitor_locking'David S. Miller2013-10-273-89/+40
|\
| * bonding: remove bond read lock for bond_3ad_state_machine_handler()dingtianhong2013-10-271-4/+5
| * bonding: remove bond read lock for bond_activebackup_arp_mon()dingtianhong2013-10-271-33/+13
| * bonding: remove bond read lock for bond_loadbalance_arp_mon()dingtianhong2013-10-271-4/+6
| * bonding: remove bond read lock for bond_alb_monitor()dingtianhong2013-10-271-16/+4
| * bonding: remove bond read lock for bond_mii_monitor()dingtianhong2013-10-271-32/+12
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-10-269-50/+134
|\
| * ixgbevf: bump driver versionDon Skidmore2013-10-241-1/+1
| * ixgbevf: implement ethtool get/set coalesceJacob Keller2013-10-243-1/+84
| * ixgbevf: Adds function to set PSRTYPE registerDon Skidmore2013-10-241-2/+16
| * ixgbe: fix rx-usecs range checks for BQLEmil Tantilov2013-10-241-3/+3
| * ixgbe: use pcie_capability_read_word() to simplify codeYijing Wang2013-10-241-4/+2
| * ixgbe: cleanup ixgbe_enumerate_functionsJacob Keller2013-10-241-8/+5
| * igb: fix driver reload with VF assigned to guestStefan Assmann2013-10-241-21/+16
| * igb: Fix master/slave mode for all m88 i354 PHY'sCarolyn Wyborny2013-10-241-5/+3
| * i40e: remove unused including <linux/version.h>Wei Yongjun2013-10-241-1/+0
| * igbvf: add missing iounmap() on error in igbvf_probe()Wei Yongjun2013-10-241-1/+2
| * igbvf: integer wrapping bug setting the mtuDan Carpenter2013-10-241-3/+2
* | 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/+0
|/
* 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/+12
| * 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/+0
|\ \