aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6Linus Torvalds2005-11-0719-846/+663
|\
| * Merge branch 'red' of 84.73.165.173:/home/tgr/repos/net-2.6Arnaldo Carvalho de Melo2005-11-052-741/+518
| |\
| | * [PKT_SCHED]: (G)RED: Introduce hard droppingThomas Graf2005-11-052-2/+14
| | * [PKT_SCHED]: GRED: Support ECN markingThomas Graf2005-11-051-4/+21
| | * [PKT_SCHED]: GRED: Fix restart of idle period in WRED mode upon dequeue and dropThomas Graf2005-11-051-2/+2
| | * [PKT_SCHED]: GRED: Cleanup and remove unnecessary codeThomas Graf2005-11-051-69/+31
| | * [PKT_SCHED]: GRED: Remove auto-creation of default VQThomas Graf2005-11-051-9/+0
| | * [PKT_SCHED]: GRED: Dont abuse default VQ for equalizingThomas Graf2005-11-051-17/+20
| | * [PKT_SCHED]: GRED: Remove initd flagThomas Graf2005-11-051-14/+1
| | * [PKT_SCHED]: GRED: Improve error handling and messagesThomas Graf2005-11-051-24/+44
| | * [PKT_SCHED]: GRED: Introduce tc_index_to_dp()Thomas Graf2005-11-051-9/+18
| | * [PKT_SCHED]: GRED: Use generic queue management interfaceThomas Graf2005-11-051-23/+9
| | * [PKT_SCHED]: GRED: Report congestion related drops as NET_XMIT_CNThomas Graf2005-11-051-2/+7
| | * [PKT_SCHED]: GRED: Do not reset statistics in gred_reset/gred_changeThomas Graf2005-11-051-9/+0
| | * [PKT_SCHED]: GRED: Use new generic red interfaceThomas Graf2005-11-051-133/+91
| | * [PKT_SCHED]: GRED: Use central VQ change procedureThomas Graf2005-11-051-89/+84
| | * [PKT_SCHED]: GRED: Report out-of-bound DPs as illegalThomas Graf2005-11-051-6/+3
| | * [PKT_SCHED]: GRED: Use a central table definition change procedureThomas Graf2005-11-051-52/+61
| | * [PKT_SCHED]: GRED: Dump table definitionThomas Graf2005-11-051-0/+6
| | * [PKT_SCHED]: GRED: Cleanup dumpingThomas Graf2005-11-051-58/+34
| | * [PKT_SCHED]: GRED: Transform grio to GRED_RIO_MODEThomas Graf2005-11-051-8/+28
| | * [PKT_SCHED]: GRED: Cleanup equalize flag and add new WRED mode detectionThomas Graf2005-11-051-22/+65
| | * [PKT_SCHED]: RED: Cleanup and remove unnecessary codeThomas Graf2005-11-051-44/+21
| | * [PKT_SCHED]: RED: Dont start idle periods while already idlingThomas Graf2005-11-051-2/+4
| | * [PKT_SCHED]: RED: Use generic queue management interfaceThomas Graf2005-11-051-29/+13
| | * [PKT_SCHED]: RED: Use new generic red interfaceThomas Graf2005-11-051-247/+74
| * | [TCP/DCCP]: Randomize port selectionStephen Hemminger2005-11-055-54/+10
| * | [NET]: Fix race condition in sk_stream_wait_connectHerbert Xu2005-11-051-6/+6
| * | [NETEM]: Add version stringStephen Hemminger2005-11-051-0/+3
| * | [NETEM]: Support time based reorderingStephen Hemminger2005-11-051-1/+84
| * | [NETEM]: use PSCHED_LESSStephen Hemminger2005-11-051-12/+22
| |/
| * [NETFILTER] nf_queue: Fix Ooops when no queue handler registeredHarald Welte2005-11-051-1/+1
| * [NETFILTER]: CONNMARK target needs ip_conntrackHarald Welte2005-11-051-0/+1
| * [NETFILTER] nfnetlink: Use kzallocHarald Welte2005-11-052-8/+4
| * [NETFILTER]: Fix double free after netlink_unicast() in ctnetlinkHarald Welte2005-11-051-12/+7
| * [NETFILTER] NAT: Fix module refcount dropping too farHarald Welte2005-11-052-5/+3
| * [NETFILTER] PPTP helper: Fix endianness bug in GRE key / CallID NATHarald Welte2005-11-041-2/+2
| * [NETFILTER] PPTP helper: Fix compilation of conntrack helper without NATHarald Welte2005-11-042-4/+2
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2005-11-078-8/+0
|\ \
| * | Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.Jeff Garzik2005-11-058-8/+0
| |/
* | [PATCH] knfsd: make sure svc_process call the correct pg_authenticate for mul...NeilBrown2005-11-071-5/+7
|/
* NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabledChuck Lever2005-11-041-8/+7
* SUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is disabledChuck Lever2005-11-043-9/+9
* [PKT_SCHED]: Rework QoS and/or fair queueing configurationThomas Graf2005-11-031-199/+195
* [IPV6]: inet6_ifinfo_notify should use RTM_DELLINK in addrconf_ifdownYan Zheng2005-11-031-1/+1
* [NET]: Fix zero-size datagram receptionHerbert Xu2005-11-021-0/+4
* [TCP]: BIC max increment too largeStephen Hemminger2005-11-021-1/+1
* [MCAST]: ip[6]_mc_add_src should be called when number of sources is zeroYan Zheng2005-11-022-2/+7
* [MCAST] IPv6: Check packet size when process MulticastYan Zheng2005-10-311-2/+17
* [DCCP]: Set socket owner iff packet is not dataHerbert Xu2005-10-311-6/+11