summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | pkt_sched: Fix noqueue_qdisc initialization.David S. Miller2008-07-191-0/+7
* | pkt_sched: Manage qdisc list inside of root qdisc.David S. Miller2008-07-194-56/+133
* | pkt_sched: Get rid of u32_list.David S. Miller2008-07-192-15/+5
* | packet: add PACKET_RESERVE sockoptPatrick McHardy2008-07-192-3/+27
* | bnx2: Update version to 1.7.9.Benjamin Li2008-07-191-2/+2
* | bnx2: Fix Sparse warningsBenjamin Li2008-07-191-2/+0
* | bnx2: Add TX multiqueue support.Benjamin Li2008-07-192-18/+38
* | bnx2: Update TPAT firmwareBenjamin Li2008-07-191-233/+233
* | e1000: resolve tx multiqueue bugBen Hutchings2008-07-191-0/+2
* | igb/ixgbe/e1000e: resolve tx multiqueue bugJeff Kirsher2008-07-183-4/+10
* | proc: consolidate per-net single-release callersPavel Emelyanov2008-07-186-62/+16
* | proc: consolidate per-net single_open callersPavel Emelyanov2008-07-186-108/+33
* | proc: clean the ip_misc_proc_init and ip_proc_init_net error pathsPavel Emelyanov2008-07-181-12/+3
* | proc: show per-net ip_devconf.forwarding in /proc/net/snmpPavel Emelyanov2008-07-181-1/+1
* | proc: create /proc/net/snmp file in each netPavel Emelyanov2008-07-181-20/+50
* | proc: create /proc/net/netstat file in each netPavel Emelyanov2008-07-181-9/+38
* | ipv4: clean the init_ipv4_mibs error pathsPavel Emelyanov2008-07-181-7/+1
* | mib: put icmpmsg statistics on struct netPavel Emelyanov2008-07-185-19/+14
* | mib: put icmp statistics on struct netPavel Emelyanov2008-07-185-14/+13
* | mib: put udplite statistics on struct netPavel Emelyanov2008-07-185-10/+10
* | mib: put udp statistics on struct netPavel Emelyanov2008-07-185-14/+12
* | mib: put net statistics on struct netPavel Emelyanov2008-07-184-15/+13
* | mib: put ip statistics on struct netPavel Emelyanov2008-07-185-19/+12
* | mib: put tcp statistics on struct netPavel Emelyanov2008-07-185-17/+16
* | ipv4: add pernet mib operationsPavel Emelyanov2008-07-181-0/+20
* | mib: add netns/mib.h filePavel Emelyanov2008-07-182-0/+11
* | Revert "remove the strip driver"David S. Miller2008-07-184-0/+2833
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-184133-291733/+269775
|\ \
| * \ Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-07-1722-127/+383
| |\ \
| | * | [PATCH] ocfs2: fix oops in mmap_truncate testingColy Li2008-07-171-3/+10
| | * | configfs: call drop_link() to cleanup after create_link() failureLouis Rilling2008-07-141-1/+5
| | * | configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2008-07-148-64/+94
| | * | configfs: Fix failing mkdir() making racing rmdir() failLouis Rilling2008-07-142-10/+44
| | * | configfs: Fix deadlock with racing rmdir() and rename()Louis Rilling2008-07-141-20/+25
| | * | configfs: Make configfs_new_dirent() return error code instead of NULLLouis Rilling2008-07-141-4/+5
| | * | configfs: Protect configfs_dirent s_links list mutationsLouis Rilling2008-07-142-4/+9
| | * | configfs: Introduce configfs_dirent_lockLouis Rilling2008-07-144-1/+34
| | * | ocfs2: Don't snprintf() without a format.Joel Becker2008-07-141-1/+1
| | * | ocfs2: Fix CONFIG_OCFS2_DEBUG_FS #ifdefsJoel Becker2008-07-142-2/+2
| | * | ocfs2/net: Silence build warnings on sparc64Sunil Mushran2008-07-141-3/+5
| | * | ocfs2: Handle error during journal loadWengang Wang2008-07-141-1/+5
| | * | ocfs2: Silence an error message in ocfs2_file_aio_read()Sunil Mushran2008-07-141-1/+1
| | * | ocfs2: use simple_read_from_buffer()Akinobu Mita2008-07-141-14/+5
| | * | ocfs2: fix printk format warnings with OCFS2_FS_STATS=nRandy Dunlap2008-07-141-4/+4
| | * | [PATCH 2/2] ocfs2: Instrument fs cluster locksSunil Mushran2008-07-142-1/+133
| | * | [PATCH 1/2] ocfs2: Add CONFIG_OCFS2_FS_STATS config optionSunil Mushran2008-07-141-0/+8
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6Linus Torvalds2008-07-173-4/+2
| |\ \ \
| | * | | pcmcia: ide-cs: Remove outdated commentLarry Finger2008-07-151-2/+0
| | * | | pcmcia: fix cisinfo_t removalMarc Zyngier2008-07-151-1/+1
| | * | | pcmcia: fix return value in cm4000_cs.cDominik Brodowski2008-07-151-1/+1