summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | tcp: RTT metrics scalingStephen Hemminger2008-07-192-13/+30
| * | 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
| |\ \
| * | | pkt_sched: Make default qdisc nonshared-multiqueue safe.David S. Miller2008-07-181-77/+22
| * | | pkt_sched: Don't used locked skb_queue_purge() in __qdisc_reset_queue()David S. Miller2008-07-181-1/+1
| * | | pkt_sched: Add multiqueue handling to qdisc_graft().David S. Miller2008-07-181-42/+59
| * | | pkt_sched: Kill netdev_queue lock.David S. Miller2008-07-187-52/+43
| * | | pkt_sched: Kill qdisc_lock_tree and qdisc_unlock_tree.David S. Miller2008-07-182-36/+3
| * | | pkt_sched: Rework {sch,tbf}_tree_lock().David S. Miller2008-07-181-4/+12
| * | | pkt_sched: Make qdisc grafting locking more specific.David S. Miller2008-07-181-12/+29
| * | | netdevice: Move qdisc_list back into net_device proper.David S. Miller2008-07-184-27/+18
| * | | pkt_sched: Kill qdisc_lock_tree usage in cls_route.cDavid S. Miller2008-07-181-5/+7
| * | | pkt_sched: Remove qdisc_lock_tree usage in cls_api.cDavid S. Miller2008-07-181-4/+7
| * | | pkt_sched: Use per-queue locking in shutdown_scheduler_queue.David S. Miller2008-07-181-2/+4
| * | | pkt_sched: Perform bulk of qdisc destruction in RCU.David S. Miller2008-07-181-9/+11
| * | | pkt_sched: dev_init_scheduler() does not need to lock qdisc tree.David S. Miller2008-07-181-2/+0
| * | | pkt_sched: Schedule qdiscs instead of netdev_queue.David S. Miller2008-07-187-73/+55
| * | | pkt_sched: Add and use qdisc_root() and qdisc_root_lock().David S. Miller2008-07-187-26/+55
| * | | pkt_sched: Make QDISC_RUNNING a qdisc state.David S. Miller2008-07-184-10/+19
| * | | pkt_sched: Move gso_skb into Qdisc.David S. Miller2008-07-183-11/+10
| * | | niu: Add TX multiqueue support.David S. Miller2008-07-181-20/+25
| * | | netdev: Kill plain netif_schedule()David S. Miller2008-07-181-5/+0
| * | | netdev: Convert all drivers away from netif_schedule().David S. Miller2008-07-189-11/+11
| * | | net: Implement simple sw TX hashing.David S. Miller2008-07-181-0/+52