aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2008-07-20pkt_sched: Fix build with NET_SCHED disabled.David S. Miller
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-07-20tty: Ldisc revampAlan Cox
2008-07-20iucv: Fix bad merging.David S. Miller
2008-07-20net_sched: Add size table for qdiscsJussi Kivilinna
2008-07-20net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna
2008-07-20net_sched: Add qdisc_enqueue wrapperJussi Kivilinna
2008-07-19ipv6 mcast: Omit redundant address family checks in ip6_mc_source().YOSHIFUJI Hideaki
2008-07-19net: Use standard structures for generic socket address structures.YOSHIFUJI Hideaki
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki
2008-07-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller
2008-07-19ipv6: remove unused parameter from ip6_ra_controlDenis V. Lunev
2008-07-19tcp: fix kernel panic with listening_get_nextDaniel Lezcano
2008-07-19tcp: Remove redundant checks when setting eff_sacksAdam Langley
2008-07-19tcp: options clean upAdam Langley
2008-07-19tcp: Fix MD5 signatures for non-linear skbsAdam Langley
2008-07-18sctp: Update sctp global memory limit allocations.Vlad Yasevich
2008-07-18sctp: remove unnecessary byteshifting, calculate directly in big-endianHarvey Harrison
2008-07-18sctp: Allow only 1 listening socket with SO_REUSEADDRVlad Yasevich
2008-07-18sctp: Do not leak memory on multiple listen() callsVlad Yasevich
2008-07-18sctp: Support ipv6only AF_INET6 sockets.Vlad Yasevich
2008-07-18sctp: Prevent uninitialized memory accessFlorian Westphal
2008-07-18sctp: Don't abort initialization when CONFIG_PROC_FS=nFlorian Westphal
2008-07-18tcp: RTT metrics scalingStephen Hemminger
2008-07-18pkt_sched: Fix noqueue_qdisc initialization.David S. Miller
2008-07-18pkt_sched: Manage qdisc list inside of root qdisc.David S. Miller
2008-07-18pkt_sched: Get rid of u32_list.David S. Miller
2008-07-18packet: add PACKET_RESERVE sockoptPatrick McHardy
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis
2008-07-18Merge branch 'linus' into cpus4096Ingo Molnar
2008-07-18proc: consolidate per-net single-release callersPavel Emelyanov
2008-07-18proc: consolidate per-net single_open callersPavel Emelyanov
2008-07-18proc: clean the ip_misc_proc_init and ip_proc_init_net error pathsPavel Emelyanov
2008-07-18proc: show per-net ip_devconf.forwarding in /proc/net/snmpPavel Emelyanov
2008-07-18proc: create /proc/net/snmp file in each netPavel Emelyanov
2008-07-18proc: create /proc/net/netstat file in each netPavel Emelyanov
2008-07-18ipv4: clean the init_ipv4_mibs error pathsPavel Emelyanov
2008-07-18mib: put icmpmsg statistics on struct netPavel Emelyanov
2008-07-18mib: put icmp statistics on struct netPavel Emelyanov
2008-07-18mib: put udplite statistics on struct netPavel Emelyanov
2008-07-18mib: put udp statistics on struct netPavel Emelyanov
2008-07-18mib: put net statistics on struct netPavel Emelyanov
2008-07-18mib: put ip statistics on struct netPavel Emelyanov
2008-07-18mib: put tcp statistics on struct netPavel Emelyanov
2008-07-18ipv4: add pernet mib operationsPavel Emelyanov
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-07-17pkt_sched: Make default qdisc nonshared-multiqueue safe.David S. Miller
2008-07-17pkt_sched: Add multiqueue handling to qdisc_graft().David S. Miller
2008-07-17pkt_sched: Kill netdev_queue lock.David S. Miller