summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/sridhar/lksctp-2.6David S. Miller2006-01-209-46/+102
|\
| * [SCTP]: Fix sctp_rcv_ootb() to handle the last chunk of a packet correctly.Tsutomu Fujii2006-01-172-4/+11
| * [SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv().Sridhar Samudrala2006-01-172-1/+38
| * [SCTP]: Fix machine check/connection hang on IA64.Vlad Yasevich2006-01-171-1/+1
| * [SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs.Vlad Yasevich2006-01-174-9/+6Star
| * [SCTP]: Fix sctp_assoc_seq_show() panics on big-endian systems.Vlad Yasevich2006-01-171-2/+2
| * [SCTP]: sctp doesn't show all associations/endpoints in /procVlad Yasevich2006-01-171-18/+10Star
| * [SCTP]: Fix sctp_cookie alignment in the packet.Vlad Yasevich2006-01-171-2/+12
| * [SCTP]: Fix potential race condition between sctp_close() and sctp_rcv().Sridhar Samudrala2006-01-172-10/+23
* | [PATCH] EDAC: atomic scrub operationsAlan Cox2006-01-191-1/+1
* | [PATCH] svcrpc: gss: svc context creation error handlingJ. Bruce Fields2006-01-191-1/+2
* | [PATCH] svcrpc: gss: server context init failure handlingKevin Coffman2006-01-191-12/+17
* | [PATCH] svcrpc: gss: handle the GSS_S_CONTINUEAndy Adamson2006-01-191-5/+25
* | [PATCH] svcrpc: save and restore the daddr field when request deferredJ. Bruce Fields2006-01-191-0/+2
* | Merge git://tipc.cslab.ericsson.net/pub/git/tipcDavid S. Miller2006-01-1846-1700/+1693Star
|\ \
| * | [TIPC] Avoid polluting the global namespacePer Liden2006-01-1844-1673/+1654Star
| * | [TIPC] Group protocols with sub-options in KconfigPer Liden2006-01-181-1/+1
| * | [TIPC] Add help text for TIPC configuration optionPer Liden2006-01-181-1/+6
| * | [TIPC] Remove unused #includesPer Liden2006-01-183-4/+0Star
| * | [TIPC] Move ethernet protocol id to linux/if_ether.hPer Liden2006-01-181-3/+2Star
| * | [TIPC] Updated link priority macrosPer Liden2006-01-184-12/+20
| * | [TIPC] Minor changes to #includesJon Maloy2006-01-186-6/+10
* | | [IPV4]: Fix multiple bugs in IGMPv3David L Stevens2006-01-181-30/+122
* | | [PKTGEN]: Respect hard_header_len of device.David S. Miller2006-01-181-2/+3
* | | [IPV4]: RT_CACHE_STAT_INC() warning fixAndrew Morton2006-01-181-1/+2
|/ /
* | [NET]: Use is_zero_ether_addr() in net/core/netpoll.cKris Katterjohn2006-01-181-1/+1
* | [PKTGEN]: Replacing with (compare|is_zero)_ether_addr() and ETH_ALENKris Katterjohn2006-01-171-23/+11Star
* | [NET]: "signed long" -> "long"Kris Katterjohn2006-01-173-8/+8
* | [EBTABLES]: Handle SCTP/DCCP in ebt_{ip,log}Patrick McHardy2006-01-172-2/+6
* | [PKT_SCHED]: Handle SCTP/DCCP in sfq_hashPatrick McHardy2006-01-171-0/+4
* | [IPV4]: rt_cache_stat can be statically definedEric Dumazet2006-01-171-10/+4Star
* | [NETFILTER]: ip_conntrack_proto_gre.c needs linux/interrupt.hDavid S. Miller2006-01-171-0/+1
* | [NETFILTER] ip6tables: whitespace and indent cosmetic cleanupYasuyuki Kozakai2006-01-177-422/+427
* | [NETFILTER] Makefile cleanupYasuyuki Kozakai2006-01-172-2/+0Star
* | [NETFILTER] ip[6]t_policy: Fix compilation warningsBenoit Boissinot2006-01-172-3/+6
* | [NET]: Fix whitespace issues in net/core/filter.cKris Katterjohn2006-01-171-7/+6Star
* | [PKT_SCHED] sch_prio: fix qdisc bands initAmnon Aaronsohn2006-01-171-4/+3Star
* | [IPV6]: Preserve procfs IPV6 address output formatYOSHIFUJI Hideaki2006-01-174-7/+7
|/
* x86: Work around compiler code generation bug with -OsLinus Torvalds2006-01-151-3/+3
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-155-13/+13
* [NETFILTER] x-tables: Missing linux/ipv6.h includes.David S. Miller2006-01-142-0/+2
* [PKT_SCHED]: Change default clock source to gettimeofdayPatrick McHardy2006-01-131-1/+1
* [XFRM]: IPsec tunnel wildcard address supportPatrick McHardy2006-01-132-0/+32
* [NET]: Clean up comments for sk_chk_filter()Kris Katterjohn2006-01-131-7/+3Star
* [NET]: Use NIP6_FMT in kernel.hJoe Perches2006-01-1315-51/+32Star
* [PATCH] genetlink: don't touch module ref countPer Liden2006-01-132-8/+0Star
* [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte2006-01-1298-3446/+2646Star
* [TIPC]: Fix 64-bit build warnings.David S. Miller2006-01-123-6/+9
* [TIPC] More updates of file headersPer Liden2006-01-1238-37/+38
* [TIPC] Update of file headersPer Liden2006-01-1244-87/+43Star