aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-14dcbnl: Use BUG_ON() instead of BUG()Thomas Graf1-4/+1
2012-06-14dcbnl: Silence harmless gcc warning about uninitialized reply_nlhThomas Graf1-1/+1
2012-06-13bonding: drop_monitor awareEric Dumazet3-13/+13
2012-06-13dcbnl: Use type safe nlmsg_data()Thomas Graf1-1/+1
2012-06-13dcbnl: Move dcb app allocation into dcb_app_add()Thomas Graf1-25/+22
2012-06-13dcbnl: Move dcb app lookup code into dcb_app_lookup()Thomas Graf1-46/+35
2012-06-13dcbnl: Return consistent error codesThomas Graf1-135/+138
2012-06-13dcbnl: Use dcbnl_newmsg() where possibleThomas Graf1-14/+2
2012-06-13dcbnl: Remove now unused dcbnl_reply()Thomas Graf1-37/+0
2012-06-13dcbnl: Shorten all command handling functionsThomas Graf1-550/+172
2012-06-13dcbnl: Prepare framework to shorten handling functionsThomas Graf1-0/+71
2012-06-12ethtool: Make more commands available to unprivileged processesBen Hutchings1-0/+5
2012-06-12net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado4-29/+21
2012-06-12bonding: remove packet cloning in recv_probe()Eric Dumazet5-40/+36
2012-06-12usbnet: don't initialize transfer buffer before submit status URBtom.leiming@gmail.com1-1/+0
2012-06-12usbnet: remove declaration for intr_completetom.leiming@gmail.com1-37/+35
2012-06-12usbnet: remove flag of EVENT_DEV_WAKINGtom.leiming@gmail.com1-3/+2
2012-06-12usbnet:cdc-phonet: remove usb_get/put_dev in .probe and .disconnecttom.leiming@gmail.com1-3/+1
2012-06-12usbnet:pegasus: remove usb_get/put_dev in .probe and .disconnecttom.leiming@gmail.com1-4/+0
2012-06-12usbnet: remove usb_get/put_dev in .probe and .disconnecttom.leiming@gmail.com1-4/+0
2012-06-12bonding: Fix corrupted queue_mappingEric Dumazet2-6/+10
2012-06-12ipv4: Add interface option to enable routing of 127.0.0.0/8Thomas Graf5-11/+34
2012-06-12bonding:record primary when modify it via sysfsWeiping Pan1-2/+6
2012-06-11tilegx network driver: initial supportChris Metcalf3-2/+1902
2012-06-11phy: Use pr_<level>Joe Perches7-36/+50
2012-06-11tg3: Apply short DMA frag workaround to 5906Matt Carlson1-1/+2
2012-06-11af_packet: use sizeof instead of constant in spkt_devicedanborkmann@iogearbox.net1-1/+1
2012-06-11net: stmmac: Fix clock en-/disable callsStefan Roese1-2/+2
2012-06-11inet: Fix BUG triggered by __rt{,6}_get_peer().David S. Miller2-2/+2
2012-06-11netfilter: 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-10virtio-net: fix a race on 32bit archesEric Dumazet1-7/+12
2012-06-10r8169: avoid NAPI scheduling delay.françois romieu1-5/+1
2012-06-09net: Make linux/tcp.h C++ friendly (trivial)Paul Pluzhnikov1-10/+10
2012-06-09inet: Pass inetpeer root into inet_getpeer*() interfaces.David S. Miller5-18/+11