aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-20[NETFILTER]: Add H.323 conntrack/NAT helperJing Min Zhao8-0/+6199
2006-03-20[IPV6]: Cleanups for net/ipv6/addrconf.c (kzalloc, early exit) v2Ingo Oeser1-72/+69
2006-03-20[IPV6]: Nearly complete kzalloc cleanup for net/ipv6Ingo Oeser8-31/+16
2006-03-20[IPV6]: Cleanup of net/ipv6/reassambly.cIngo Oeser1-18/+17
2006-03-20[BRIDGE]: Remove duplicate const from is_link_local() argument type.Andrew Morton1-1/+1
2006-03-20[DECNET]: net/decnet/dn_route.c: fix inconsequent NULL checkingAdrian Bunk1-2/+1
2006-03-20[BRIDGE]: use LLC to send STPStephen Hemminger1-69/+59
2006-03-20[LLC]: llc_mac_hdr_init const argumentsStephen Hemminger4-23/+3
2006-03-20[BRIDGE]: allow show/store of group multicast addressStephen Hemminger4-6/+57
2006-03-20[BRIDGE]: use llc for receiving STP packetsStephen Hemminger5-28/+71
2006-03-20[BRIDGE]: stp timer to jiffies cleanupStephen Hemminger1-9/+8
2006-03-20[BRIDGE]: forwarding remove unneeded preempt and bh diasablesStephen Hemminger2-6/+3
2006-03-20[BRIDGE]: netfilter inline cleanupStephen Hemminger1-4/+21
2006-03-20[BRIDGE]: netfilter VLAN macro cleanupStephen Hemminger1-23/+27
2006-03-20[BRIDGE]: netfilter dont use __constant_htonsStephen Hemminger1-25/+25
2006-03-20[BRIDGE]: netfilter whitespaceStephen Hemminger1-53/+63
2006-03-20[BRIDGE]: optimize frame pass upStephen Hemminger1-7/+1
2006-03-20[BRIDGE]: use kzallocStephen Hemminger1-3/+3
2006-03-20[BRIDGE]: use kcallocStephen Hemminger1-2/+1
2006-03-20[BRIDGE]: use setup_timerStephen Hemminger1-16/+7
2006-03-20[BRIDGE]: remove unneeded bh disablesStephen Hemminger1-12/+12
2006-03-20[BRIDGE] br_netfilter: Warning fixes.Andrew Morton1-2/+0
2006-03-20[BRIDGE] ebtables: Build fix.Andrew Morton1-2/+8
2006-03-20[INET]: Fix typo in Arnaldo's connection sock compat fixups.David S. Miller1-2/+2
2006-03-20[DCCP] feat: Pass dccp_minisock ptr where only the minisock is usedArnaldo Carvalho de Melo3-24/+24
2006-03-20[DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo7-86/+78
2006-03-20[NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo19-556/+540
2006-03-20[SK_BUFF]: export skb_pull_rcsumArnaldo Carvalho de Melo1-0/+2
2006-03-20[ICSK] compat: Introduce inet_csk_compat_[gs]etsockoptArnaldo Carvalho de Melo3-36/+43
2006-03-20[SNAP]: Remove leftover unused hdr variableArnaldo Carvalho de Melo1-1/+0
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin21-139/+867
2006-03-20[IPV6]: remove useless test in ip6_append_dataDave Jones1-1/+1
2006-03-20[PKT_SCHED]: Let NET_CLS_ACT no longer depend on EXPERIMENTALAdrian Bunk1-1/+0
2006-03-20[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu4-10/+26
2006-03-20[DECnet]: Use RCU locking in dn_rules.cSteven Whitehouse1-44/+53
2006-03-20[DECnet]: Patch to fix recvmsg() flag checkPatrick Caulfield1-1/+1
2006-03-20[DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse10-122/+125
2006-03-20[SECURITY]: TCP/UDP getpeersecCatherine Zhang2-2/+31
2006-03-20[XFRM]: Fix aevent related crashPatrick McHardy1-4/+11
2006-03-20[TCP]: sysctl to allow TCP window > 32767 sans wscaleRick Jones2-7/+25
2006-03-20[IPV4] ARP: Alloc acceptance of unsolicited ARP via netdevice sysctl.Neil Horman2-10/+18
2006-03-20[TIPC]: Avoid compiler warningPer Liden1-1/+1
2006-03-20[TIPC]: Reduce stack usagePer Liden1-8/+22
2006-03-20[TIPC]: CleanupsAdrian Bunk6-25/+30
2006-03-20[TIPC]: Remove unused functionsPer Liden2-10/+0
2006-03-20[TIPC]: Remove inlines from *.cSam Ravnborg6-53/+53
2006-03-20[TIPC]: Fix simple sparse warningsSam Ravnborg21-127/+127
2006-03-20[NETFILTER]: Fix warnings in ip_nat_snmp_basic.cDavid S. Miller1-1/+4
2006-03-20[DCCP]: Fix uninitialized var warnings in dccp_parse_options().David S. Miller1-0/+1
2006-03-20[NET]: sem2mutex part 2Ingo Molnar11-97/+104