summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master'Jeff Garzik2006-02-0749-173/+325
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-02-0517-37/+85
| |\
| | * [NETFILTER]: Fix check whether dst_entry needs to be released after NATPatrick McHardy2006-02-041-2/+2
| | * [NETFILTER]: Prepare {ipt,ip6t}_policy match for x_tables unificationPatrick McHardy2006-02-042-5/+8
| | * [NETFILTER]: Fix ip6t_policy address matchingPatrick McHardy2006-02-041-2/+3
| | * [NETFILTER]: Check policy length in policy match strict modePatrick McHardy2006-02-042-2/+2
| | * [NETFILTER]: Fix possible overflow in netfilters do_replace()Kirill Korotaev2006-02-044-0/+28
| | * [NETFILTER]: nf_conntrack: fix incorrect memset() size in FTP helperSamir Bellabes2006-02-041-2/+0
| | * [NETFILTER]: Fix missing src port initialization in tftp expectation maskPatrick McHardy2006-02-041-0/+1
| | * [NETFILTER]: nfnetlink_queue: fix packet marking over netlinkPatrick McHardy2006-02-041-1/+2
| | * [NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_logPatrick McHardy2006-02-043-18/+28
| | * [NETFILTER]: ULOG/nfnetlink_log: Use better default value for 'nlbufsiz'Holger Eitzenberger2006-02-043-3/+7
| | * [NETFILTER]: nf_conntrack: check address family when finding protocol moduleYasuyuki Kozakai2006-02-041-1/+1
| | * [NETFILTER]: ctnetlink: add MODULE_ALIAS for expectation subsystemPablo Neira Ayuso2006-02-042-0/+2
| | * [NETFILTER]: ctnetlink: Fix subsystem used for expectation eventsMarcus Sundberg2006-02-042-2/+2
| | * [ICMP]: Fix extra dst release when ip_options_echo failsHerbert Xu2006-02-041-1/+1
| * | [PATCH] percpu data: only iterate over possible CPUsEric Dumazet2006-02-055-6/+6
| |/
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-02-038-23/+23
| |\
| | * [NET]: Add CONFIG_NETDEBUG to suppress bad packet messages.Stephen Hemminger2006-02-021-0/+7
| | * [IPV4]: Remove suprious use of goto out: in icmp_replyHorms2006-02-021-2/+1
| | * [IPV6]: Fix illegal dst locking in softirq context.Herbert Xu2006-02-021-6/+0
| | * [IPV4] multipath_wrandom: Fix softirq-unsafe spin lock usageHerbert Xu2006-02-021-4/+4
| | * [SCTP]: Fix 'fast retransmit' to send a TSN only once.Vlad Yasevich2006-02-022-6/+8
| | * [IPV6]: Don't hold extra ref count in ipv6_ifa_notifyHerbert Xu2006-02-021-5/+1
| | * [NET] snap: needs hardware checksum fixStephen Hemminger2006-02-021-0/+2
| * | SUNRPC: Move upcall out of auth->au_ops->crcreate()Trond Myklebust2006-02-012-9/+22
| * | SUNRPC: Remove the deprecated function lookup_hash() from rpc_pipefs codeTrond Myklebust2006-02-011-3/+3
| * | SUNRPC: rpc_timeout_upcall_queue should not sleepTrond Myklebust2006-02-011-38/+58
| * | SUNRPC: Fix a lock recursion in the auth_gss downcallTrond Myklebust2006-02-013-16/+32
| |/
| * [PATCH] DocBook: fix some kernel-doc comments in net/sunrpcMartin Waitz2006-02-011-4/+5
| * [DCCP] ipv6: dccp_v6_send_response() has a DST leak too.David S. Miller2006-01-311-0/+1
| * [IPV6] tcp_v6_send_synack: release the destinationEric W. Biederman2006-01-311-0/+1
| * [NET]: Do not export inet_bind_bucket_create twice.Sam Ravnborg2006-01-311-1/+0
| * [BRIDGE]: Fix device delete race.Stephen Hemminger2006-01-312-6/+16
| * [IPV4]: Always set fl.proto in ip_route_newportsPatrick McHardy2006-01-312-2/+3
| * Fix ipv4/igmp.c compile with gcc-4 and IP_MULTICASTLinus Torvalds2006-01-311-0/+1
| * Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-01-312-9/+29
| |\
| * | [TCP] H-TCP: Fix accountingBaruch Even2006-01-301-1/+0
| * | [IPV4] igmp: remove pointless printkDave Jones2006-01-301-1/+0
| * | [SCTP]: heartbeats exceed maximum retransmssion limitVlad Yasevich2006-01-301-1/+1
| * | [SCTP]: correct the number of INIT retransmissionsVlad Yasevich2006-01-302-4/+4
| * | [IPV6] MLDv2: fix change records when transitioning to/from inactiveDavid L Stevens2006-01-241-9/+47
| * | [AF_KEY]: no message type setJerome Borsboom2006-01-241-0/+2
| * | [BONDING]: Remove CAP_NET_ADMIN requirement for INFOQUERY ioctlThomas Graf2006-01-241-2/+3
| * | [NET]: Fix skb fclone error path handling.Herbert Xu2006-01-231-3/+5
| * | [NET]: Fix some whitespace issues in af_packet.cKris Katterjohn2006-01-231-8/+8
| * | [NET]: more whitespace issues in net/core/filter.cKris Katterjohn2006-01-231-3/+3
* | | [PATCH] Add two management functions to ieee80211_rx.cLarry Finger2006-01-311-0/+24
* | | [PATCH] ieee80211: common wx auth codeLarry Finger2006-01-301-0/+89
* | | [PATCH] ieee80211: trivial fix for misplaced ()'sDenis Vlasenko2006-01-301-1/+1