aboutsummaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-20net_sched: Add qdisc_enqueue wrapperJussi Kivilinna12-21/+37
2008-07-19highmem: Export totalhigh_pages.David S. Miller1-0/+1
2008-07-19ipv6 mcast: Omit redundant address family checks in ip6_mc_source().YOSHIFUJI Hideaki1-4/+0
2008-07-19net: Use standard structures for generic socket address structures.YOSHIFUJI Hideaki5-42/+52
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki9-16/+21
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki38-58/+58
2008-07-19ipv6: remove unused macros from net/ipv6.hDenis V. Lunev1-6/+0
2008-07-19ipv6: remove unused parameter from ip6_ra_controlDenis V. Lunev3-9/+4
2008-07-19tcp: fix kernel panic with listening_get_nextDaniel Lezcano1-2/+1
2008-07-19tcp: Remove redundant checks when setting eff_sacksAdam Langley2-15/+16
2008-07-19tcp: options clean upAdam Langley2-196/+238
2008-07-19tcp: Fix MD5 signatures for non-linear skbsAdam Langley5-195/+242
2008-07-18sctp: Update sctp global memory limit allocations.Vlad Yasevich1-3/+7
2008-07-18sctp: remove unnecessary byteshifting, calculate directly in big-endianHarvey Harrison4-15/+20
2008-07-18sctp: Allow only 1 listening socket with SO_REUSEADDRVlad Yasevich1-9/+16
2008-07-18sctp: Do not leak memory on multiple listen() callsVlad Yasevich1-2/+3
2008-07-18sctp: Support ipv6only AF_INET6 sockets.Vlad Yasevich6-10/+93
2008-07-18sctp: Prevent uninitialized memory accessFlorian Westphal2-0/+4
2008-07-18sctp: Don't abort initialization when CONFIG_PROC_FS=nFlorian Westphal3-5/+14
2008-07-18tcp: RTT metrics scalingStephen Hemminger2-13/+30
2008-07-18pkt_sched: Fix noqueue_qdisc initialization.David S. Miller1-0/+7
2008-07-18pkt_sched: Manage qdisc list inside of root qdisc.David S. Miller4-56/+133
2008-07-18pkt_sched: Get rid of u32_list.David S. Miller2-15/+5
2008-07-18packet: add PACKET_RESERVE sockoptPatrick McHardy2-3/+27
2008-07-18bnx2: Update version to 1.7.9.Benjamin Li1-2/+2
2008-07-18bnx2: Fix Sparse warningsBenjamin Li1-2/+0
2008-07-18bnx2: Add TX multiqueue support.Benjamin Li2-18/+38
2008-07-18bnx2: Update TPAT firmwareBenjamin Li1-233/+233
2008-07-18e1000: resolve tx multiqueue bugBen Hutchings1-0/+2
2008-07-18igb/ixgbe/e1000e: resolve tx multiqueue bugJeff Kirsher3-4/+10
2008-07-18proc: consolidate per-net single-release callersPavel Emelyanov6-62/+16
2008-07-18proc: consolidate per-net single_open callersPavel Emelyanov6-108/+33
2008-07-18proc: clean the ip_misc_proc_init and ip_proc_init_net error pathsPavel Emelyanov1-12/+3
2008-07-18proc: show per-net ip_devconf.forwarding in /proc/net/snmpPavel Emelyanov1-1/+1
2008-07-18proc: create /proc/net/snmp file in each netPavel Emelyanov1-20/+50
2008-07-18proc: create /proc/net/netstat file in each netPavel Emelyanov1-9/+38
2008-07-18ipv4: clean the init_ipv4_mibs error pathsPavel Emelyanov1-7/+1
2008-07-18mib: put icmpmsg statistics on struct netPavel Emelyanov5-19/+14
2008-07-18mib: put icmp statistics on struct netPavel Emelyanov5-14/+13
2008-07-18mib: put udplite statistics on struct netPavel Emelyanov5-10/+10
2008-07-18mib: put udp statistics on struct netPavel Emelyanov5-14/+12
2008-07-18mib: put net statistics on struct netPavel Emelyanov4-15/+13
2008-07-18mib: put ip statistics on struct netPavel Emelyanov5-19/+12
2008-07-18mib: put tcp statistics on struct netPavel Emelyanov5-17/+16
2008-07-18ipv4: add pernet mib operationsPavel Emelyanov1-0/+20
2008-07-18mib: add netns/mib.h filePavel Emelyanov2-0/+11
2008-07-18Revert "remove the strip driver"David S. Miller4-0/+2833
2008-07-17pkt_sched: Make default qdisc nonshared-multiqueue safe.David S. Miller1-77/+22
2008-07-17pkt_sched: Don't used locked skb_queue_purge() in __qdisc_reset_queue()David S. Miller1-1/+1
2008-07-17pkt_sched: Add multiqueue handling to qdisc_graft().David S. Miller1-42/+59