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