summaryrefslogtreecommitdiffstats
path: root/kernel/kthread.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-23smsc911x.c: encapsulate enable irq callsMatthias Brugger1-7/+10
2012-06-22net: dcb: fix small regression in __dcbnl_pg_setcfg()John Fastabend1-2/+1
2012-06-22ixgbe: simplify padding and length checksStephen Hemminger1-7/+2
2012-06-21tcp: Validate route interface in early demux.David S. Miller1-3/+9
2012-06-20inetpeer: inetpeer_invalidate_tree() cleanupEric Dumazet1-19/+15
2012-06-20team: do RCU update path fixupsJiri Pirko2-6/+16
2012-06-20team: Revert previous two changes.David S. Miller2-11/+6
2012-06-20team: use RCU_INIT_POINTER for NULL assignment of RCU pointerJiri Pirko1-1/+1
2012-06-20team: use rcu_access_pointer to access RCU pointer by writerJiri Pirko2-5/+10
2012-06-20can: c_can_pci: fix compilation on non HAVE_CLK archsMarc Kleine-Budde1-22/+7
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann40-388/+349
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann13-97/+99
2012-06-20batman-adv: Prefix vis non-static functions with batadv_Sven Eckelmann5-26/+26
2012-06-20batman-adv: Prefix unicast non-static functions with batadv_Sven Eckelmann5-22/+25
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann11-107/+125
2012-06-20batman-adv: Prefix soft-interface non-static functions with batadv_Sven Eckelmann6-27/+27
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann11-41/+46
2012-06-20batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann7-74/+80
2012-06-20batman-adv: Prefix ring_buffer non-static functions with batadv_Sven Eckelmann3-11/+13
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann13-131/+134
2012-06-20batman-adv: Prefix icmp-socket non-static functions with batadv_Sven Eckelmann5-11/+11
2012-06-20batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann6-16/+16
2012-06-20batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann6-41/+43
2012-06-20batman-adv: Prefix gateway-common non-static functions with batadv_Sven Eckelmann4-12/+16
2012-06-20batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann10-46/+51
2012-06-20batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann8-58/+62
2012-06-20batman-adv: Prefix bitarray non-static functions with batadv_Sven Eckelmann4-11/+11
2012-06-20batman-adv: Prefix bat_sysfs non-static functions with batadv_Sven Eckelmann5-20/+21
2012-06-20batman-adv: Prefix bat_debugfs non-static functions with batadv_Sven Eckelmann5-16/+17
2012-06-20batman-adv: Prefix bat_algo non-static functions with batadv_Sven Eckelmann3-3/+3
2012-06-20ixgbe: clean up ixgbe_get_settings ethtool functionJacob Keller1-85/+62
2012-06-20ixgbe: add support for 1G SX modulesJacob Keller3-5/+24
2012-06-20igb: Version bumpCarolyn Wyborny1-3/+3
2012-06-20igb: Update firmware info outputCarolyn Wyborny3-10/+89
2012-06-20igb: Streamline RSS queue and queue pairing assignment logic.Matthew Vick2-33/+55
2012-06-20igb: Support the get_ts_info ethtool method.Carolyn Wyborny1-0/+35
2012-06-20igb: Add switch case for supported hardware to igb_ptp_remove.Carolyn Wyborny1-1/+11
2012-06-20igb: A fix to VF TX rate limitLior Levy2-0/+6
2012-06-20e1000: Combining Bitwise OR in one expression.Tushar Dave1-6/+6
2012-06-20ipv4: Early TCP socket demux.David S. Miller10-24/+110
2012-06-20inet: Sanitize inet{,6} protocol demux.David S. Miller9-47/+36
2012-06-20net: qmi_wwan: use module_usb_driver macroBjørn Mork1-11/+1
2012-06-20net: qmi_wwan: shorten driver descriptionBjørn Mork1-2/+2
2012-06-20net: qmi_wwan: bind to both control and data interfaceBjørn Mork1-68/+63
2012-06-20net: qmi_wwan: rearranging to prepare for code sharingBjørn Mork1-52/+76
2012-06-20net: qmi_wwan: define a structure for driver specific stateBjørn Mork1-20/+29
2012-06-20team: use rcu_dereference_bh() in tx pathJiri Pirko2-4/+4
2012-06-20team: allow to send multiple set events in one messageJiri Pirko1-24/+9
2012-06-20team: ensure correct order of netlink messages deliveryJiri Pirko1-20/+5
2012-06-20team: implement multipart netlink messages for options transfersJiri Pirko1-82/+116