aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2006-03-20[NETFILTER]: Add H.323 conntrack/NAT helperJing Min Zhao
2006-03-20[IPV6]: Cleanups for net/ipv6/addrconf.c (kzalloc, early exit) v2Ingo Oeser
2006-03-20[IPV6]: Nearly complete kzalloc cleanup for net/ipv6Ingo Oeser
2006-03-20[IPV6]: Cleanup of net/ipv6/reassambly.cIngo Oeser
2006-03-20[BRIDGE]: Remove duplicate const from is_link_local() argument type.Andrew Morton
2006-03-20[DECNET]: net/decnet/dn_route.c: fix inconsequent NULL checkingAdrian Bunk
2006-03-20[BRIDGE]: use LLC to send STPStephen Hemminger
2006-03-20[LLC]: llc_mac_hdr_init const argumentsStephen Hemminger
2006-03-20[BRIDGE]: allow show/store of group multicast addressStephen Hemminger
2006-03-20[BRIDGE]: use llc for receiving STP packetsStephen Hemminger
2006-03-20[BRIDGE]: stp timer to jiffies cleanupStephen Hemminger
2006-03-20[BRIDGE]: forwarding remove unneeded preempt and bh diasablesStephen Hemminger
2006-03-20[BRIDGE]: netfilter inline cleanupStephen Hemminger
2006-03-20[BRIDGE]: netfilter VLAN macro cleanupStephen Hemminger
2006-03-20[BRIDGE]: netfilter dont use __constant_htonsStephen Hemminger
2006-03-20[BRIDGE]: netfilter whitespaceStephen Hemminger
2006-03-20[BRIDGE]: optimize frame pass upStephen Hemminger
2006-03-20[BRIDGE]: use kzallocStephen Hemminger
2006-03-20[BRIDGE]: use kcallocStephen Hemminger
2006-03-20[BRIDGE]: use setup_timerStephen Hemminger
2006-03-20[BRIDGE]: remove unneeded bh disablesStephen Hemminger
2006-03-20[BRIDGE] br_netfilter: Warning fixes.Andrew Morton
2006-03-20[BRIDGE] ebtables: Build fix.Andrew Morton
2006-03-20[INET]: Fix typo in Arnaldo's connection sock compat fixups.David S. Miller
2006-03-20[DCCP] feat: Pass dccp_minisock ptr where only the minisock is usedArnaldo Carvalho de Melo
2006-03-20[DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo
2006-03-20[NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo
2006-03-20[SK_BUFF]: export skb_pull_rcsumArnaldo Carvalho de Melo
2006-03-20[ICSK] compat: Introduce inet_csk_compat_[gs]etsockoptArnaldo Carvalho de Melo
2006-03-20[SNAP]: Remove leftover unused hdr variableArnaldo Carvalho de Melo
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin
2006-03-20[IPV6]: remove useless test in ip6_append_dataDave Jones
2006-03-20[PKT_SCHED]: Let NET_CLS_ACT no longer depend on EXPERIMENTALAdrian Bunk
2006-03-20[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu
2006-03-20[DECnet]: Use RCU locking in dn_rules.cSteven Whitehouse
2006-03-20[DECnet]: Patch to fix recvmsg() flag checkPatrick Caulfield
2006-03-20[DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse
2006-03-20[SECURITY]: TCP/UDP getpeersecCatherine Zhang
2006-03-20[XFRM]: Fix aevent related crashPatrick McHardy
2006-03-20[TCP]: sysctl to allow TCP window > 32767 sans wscaleRick Jones
2006-03-20[IPV4] ARP: Alloc acceptance of unsolicited ARP via netdevice sysctl.Neil Horman
2006-03-20[TIPC]: Avoid compiler warningPer Liden
2006-03-20[TIPC]: Reduce stack usagePer Liden
2006-03-20[TIPC]: CleanupsAdrian Bunk
2006-03-20[TIPC]: Remove unused functionsPer Liden
2006-03-20[TIPC]: Remove inlines from *.cSam Ravnborg
2006-03-20[TIPC]: Fix simple sparse warningsSam Ravnborg
2006-03-20[NETFILTER]: Fix warnings in ip_nat_snmp_basic.cDavid S. Miller
2006-03-20[DCCP]: Fix uninitialized var warnings in dccp_parse_options().David S. Miller
2006-03-20[NET]: sem2mutex part 2Ingo Molnar