summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [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
* [TIPC] Cleaned up info/warn/err macrosPer Liden2006-01-124-7/+7
* [TIPC] License header updatePer Liden2006-01-1244-762/+938
* [TIPC] Moved configuration interface into tipc_config.hPer Liden2006-01-122-0/+2
* [TIPC} Fixed bug in disc_timeout()Jon Maloy2006-01-122-27/+5Star
* [TIPC] Use dynamically allocated family id with NETLINK_GENERICPer Liden2006-01-121-2/+2
* [TIPC] Initial mergePer Liden2006-01-1248-0/+18191
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-1265-1/+69
* [PKT_SCHED] net/sched/Kconfig: fix typo in NET_EMATCH_META descriptionAdrian Bunk2006-01-121-1/+1
* [PKT_SCHED] ematch: Remove bogus include.Evgeniy Polyakov2006-01-121-1/+0Star
* [NET]: Fix diverter build.Evgeniy Polyakov2006-01-121-1/+1
* [NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn2006-01-1216-41/+34Star
* [IPV6]: Avoid calling ip6_xmit() with NULL skDavid Woodhouse2006-01-121-2/+18
* [NETFILTER]: ip_ct_proto_gre_fini() cannot be __exitDavid S. Miller2006-01-122-2/+5
* [NET]: Some more missing include/etherdevice.h includesDavid S. Miller2006-01-122-0/+2
* [IPV6]: Fix modular build with netfilter enabled.David S. Miller2006-01-112-2/+6
* Fix net/core/wireless.c link failureLinus Torvalds2006-01-111-0/+1
* netfilter: headers included twiceNicolas Kaiser2006-01-114-5/+0Star
* [EBTABLES] Don't match tcp/udp source/destination port for IP fragmentsBart De Schuymer2006-01-101-0/+3
* [NET]: Remove unneeded kmalloc() return value castsJesper Juhl2006-01-102-3/+3
* [RXRPC]: Decrease number of pointer derefs in connection.cJesper Juhl2006-01-101-6/+8
* [AF_NETLINK]: Fix DoS in netlink_rcv_skb()Martin Murray2006-01-101-1/+1
* [NETFILTER]: Fix timeout sysctls on big-endian 64bit architecturesPatrick McHardy2006-01-1013-73/+73
* [NETFILTER]: Remove unused function from NAT protocol helpersPatrick McHardy2006-01-105-160/+0Star
* [NETFILTER]: Fix return value confusion in PPTP NAT helperPatrick McHardy2006-01-101-23/+13Star