summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2006-01-06kbuild: un-stringnify KBUILD_MODNAMESam Ravnborg
2006-01-05[NET]: Change 1500 to ETH_DATA_LEN in some filesKris Katterjohn
2006-01-05[IPVS]: Another file needs linux/interrupt.hAndrew Morton
2006-01-05[NETFILTER]: Use HOPLIMIT metric as TTL of TCP reset sent by REJECTYasuyuki Kozakai
2006-01-05[NETFILTER]: nf_conntrack_l3proto_ipv4.c needs net/route.hPatrick McHardy
2006-01-05[NETFILTER]: Export ip6_masked_addrcmp, don't pass IPv6 addresses on stackPatrick McHardy
2006-01-05[NETFILTER]: make ipv6_find_hdr() find transport protocol headerPatrick McHardy
2006-01-05[NETFILTER]: Call POST_ROUTING hook before fragmentationPatrick McHardy
2006-01-05[NETFILTER]: Remove okfn usage in ip_vs_core.cPatrick McHardy
2006-01-05[NETFILTER]: ctnetlink: Fix dumping of helper namePatrick McHardy
2006-01-05[NETFILTER]: Fix module_param types and permissionsPatrick McHardy
2006-01-05[NETFILTER]: Filter dumped entries based on the layer 3 protocol numberPablo Neira Ayuso
2006-01-05[NETFILTER]: Add ctnetlink port for nf_conntrackPablo Neira Ayuso
2006-01-05[NETFILTER]: ctnetlink: remove unused variablePablo Neira Ayuso
2006-01-05[NETFILTER]: ctnetlink: fix conntrack mark racePablo Neira Ayuso
2006-01-05[NETFILTER]: ctnetlink: ctnetlink_event cleanupPablo Neira Ayuso
2006-01-05[NETFILTER]: ctnetlink: use u_int32_t instead of unsigned intPablo Neira Ayuso
2006-01-05[NETFILTER]: ctnetlink: propagate ctnetlink_dump_tuples_proto return value backPablo Neira Ayuso
2006-01-05[NETFILTER]: ctnetlink: Add sanity checkings for ICMPYasuyuki Kozakai
2006-01-05[NETFILTER]: ctnetlink: remove bogus checks in ICMP protocol at dumpingPablo Neira Ayuso
2006-01-05[NETFILTER]: Decrease number of pointer derefs in nf_conntrack_core.cJesper Juhl
2006-01-05[NETFILTER]: Decrease number of pointer derefs in nfnetlink_queue.cJesper Juhl
2006-01-05[IPVS]: Fix compilationAdrian Bunk
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2006-01-04Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds
2006-01-04[PATCH] net: swich device attribute creation to default attrsKay Sievers
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers
2006-01-04[TCP] tcp_vegas: Fix slow startThomas Young
2006-01-04[NET]: More instruction checks fornet/core/filter.cKris Katterjohn
2006-01-04[NETFILTER]: Use macro for spinlock_t/rwlock_t initializations/definition.YOSHIFUJI Hideaki
2006-01-04[IPV6]: Use macro for rwlock_t initialization.YOSHIFUJI Hideaki
2006-01-04[ECONET]: Use macro for spinlock_t definition.YOSHIFUJI Hideaki
2006-01-04[IPVS]: Add missing include <linux/net.h>Arnaldo Carvalho de Melo
2006-01-04[TCP]: syn_flood_warning is only needed if CONFIG_SYN_COOKIES is selectedArnaldo Carvalho de Melo
2006-01-04[DCCP] ackvec: use u8 for the buf offsetsArnaldo Carvalho de Melo
2006-01-04[DCCP] ackvec: Fix spelling of "throw"Andrea Bittau
2006-01-03[TCP]: less inline'sStephen Hemminger
2006-01-03[IEEE80211] ipw2200: Simplify multicast checks.Stephen Hemminger
2006-01-03[IPV4] fib_trie: build fixStephen Hemminger
2006-01-03[BRIDGE]: Fix faulty check in br_stp_recalculate_bridge_id()Stephen Hemminger
2006-01-03[DCCP]: Notify CCID only after ACK vectors have been processed.Andrea Bittau
2006-01-03[DCCP]: Send an ACK vector when ACKing a response packetAndrea Bittau
2006-01-03[DCCP]: Do not process a packet twice when it's not in state DCCP_OPEN.Andrea Bittau
2006-01-03[DECNET]: Only use local routersPatrick Caulfield
2006-01-03[IPVS]: Cleanup IP_VS_DBG statements.Roberto Nibali
2006-01-03[NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig
2006-01-03[NETROM]: Remove unessecary lock_sock calls in netrom_ioctl()Christoph Hellwig
2006-01-03[NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8Per Liden
2006-01-03[AF_UNIX]: Convert to use a spinlock instead of rwlockBenjamin LaHaise