summaryrefslogtreecommitdiffstats
path: root/tools/hv (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-14dcbnl: Return consistent error codesThomas Graf1-135/+138
2012-06-14dcbnl: Use dcbnl_newmsg() where possibleThomas Graf1-14/+2
2012-06-14dcbnl: Remove now unused dcbnl_reply()Thomas Graf1-37/+0
2012-06-14dcbnl: Shorten all command handling functionsThomas Graf1-550/+172
2012-06-14dcbnl: Prepare framework to shorten handling functionsThomas Graf1-0/+71
2012-06-13ethtool: Make more commands available to unprivileged processesBen Hutchings1-0/+5
2012-06-13net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado4-29/+21
2012-06-13bonding: remove packet cloning in recv_probe()Eric Dumazet5-40/+36
2012-06-13usbnet: don't initialize transfer buffer before submit status URBtom.leiming@gmail.com1-1/+0
2012-06-13usbnet: remove declaration for intr_completetom.leiming@gmail.com1-37/+35
2012-06-13usbnet: remove flag of EVENT_DEV_WAKINGtom.leiming@gmail.com1-3/+2
2012-06-13usbnet:cdc-phonet: remove usb_get/put_dev in .probe and .disconnecttom.leiming@gmail.com1-3/+1
2012-06-13usbnet:pegasus: remove usb_get/put_dev in .probe and .disconnecttom.leiming@gmail.com1-4/+0
2012-06-13usbnet: remove usb_get/put_dev in .probe and .disconnecttom.leiming@gmail.com1-4/+0
2012-06-13bonding: Fix corrupted queue_mappingEric Dumazet2-6/+10
2012-06-13ipv4: Add interface option to enable routing of 127.0.0.0/8Thomas Graf5-11/+34
2012-06-13bonding:record primary when modify it via sysfsWeiping Pan1-2/+6
2012-06-12tilegx network driver: initial supportChris Metcalf3-2/+1902
2012-06-12phy: Use pr_<level>Joe Perches7-36/+50
2012-06-12tg3: Apply short DMA frag workaround to 5906Matt Carlson1-1/+2
2012-06-12af_packet: use sizeof instead of constant in spkt_devicedanborkmann@iogearbox.net1-1/+1
2012-06-12net: stmmac: Fix clock en-/disable callsStefan Roese1-2/+2
2012-06-12inet: Fix BUG triggered by __rt{,6}_get_peer().David S. Miller2-2/+2
2012-06-12netfilter: nf_ct_tcp, udp: fix compilation with sysctl disabledPablo Neira Ayuso2-3/+3
2012-06-11lpc_eth: fix tx completionEric Dumazet1-5/+5
2012-06-11lpc_eth: add missing ndo_change_mtu()Eric Dumazet1-0/+1
2012-06-11net: keep name_hlist close to nameEric Dumazet1-3/+4
2012-06-11ssb: add missing PCI ID for b/g/n single band BCM4322Jonas Gorski1-0/+1
2012-06-11ath9k_hw: Initvals update for AR9462Sujith Manoharan1-0/+1
2012-06-11mwifiex: scan less channels per scan command to improve Tx trafficAmitkumar Karwar1-7/+27
2012-06-11mwifiex: fix simultaneous scan and Tx traffic problemAmitkumar Karwar4-10/+89
2012-06-11mwifiex: shorten per channel scan timeBing Zhao1-3/+3
2012-06-11inet: Avoid potential NULL peer dereference.David S. Miller3-10/+13
2012-06-11inet: Use FIB table peer roots in routes.David S. Miller2-8/+14
2012-06-11inet: Add inetpeer tree roots to the FIB tables.David S. Miller4-5/+16
2012-06-11inet: Add family scope inetpeer flushes.David S. Miller3-1/+31
2012-06-11ipv4: Kill ip_rt_frag_needed().David S. Miller4-70/+1
2012-06-11inet: Hide route peer accesses behind helpers.David S. Miller8-59/+193
2012-06-11dummy: fix rcu_sched self-detected stallsEric Dumazet1-1/+3
2012-06-11net: Reorder initialization in ip_route_output to fix gcc warningRoland Dreier1-1/+1
2012-06-11virtio-net: fix a race on 32bit archesEric Dumazet1-7/+12
2012-06-11r8169: avoid NAPI scheduling delay.françois romieu1-5/+1
2012-06-10net: Make linux/tcp.h C++ friendly (trivial)Paul Pluzhnikov1-10/+10
2012-06-10inet: Pass inetpeer root into inet_getpeer*() interfaces.David S. Miller5-18/+11
2012-06-10af_unix: remove unix_iter_stateEric Dumazet1-5/+1
2012-06-10ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.David S. Miller1-1/+1
2012-06-10inet: Consolidate inetpeer_invalidate_tree() interfaces.David S. Miller4-14/+5
2012-06-10inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.cDavid S. Miller4-49/+83
2012-06-09[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller6-40/+22
2012-06-09tcp: Get rid of inetpeer special cases.David S. Miller5-32/+19