aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-20[NET] sem2mutex: net/Arjan van de Ven18-100/+116
2006-03-20[NET]: dev_put/dev_hold cleanupStephen Hemminger3-4/+4
2006-03-20[DCCP] options: Make dccp_insert_options & friends yell on errorArnaldo Carvalho de Melo6-102/+102
2006-03-20[DCCP]: Remove leftover dccp_send_response prototypeArnaldo Carvalho de Melo1-1/+0
2006-03-20[DCCP]: ditch dccp_v[46]_ctl_send_ackArnaldo Carvalho de Melo2-14/+4
2006-03-20[DCCP]: Use sk->sk_prot->max_header consistently for non-data packetsArnaldo Carvalho de Melo3-35/+28
2006-03-20[DCCP] options: Fix handling of ackvecs in DATA packetsArnaldo Carvalho de Melo1-1/+1
2006-03-20[ATM]: Fix build after neigh->parms->neigh_destructor change.David S. Miller1-1/+1
2006-03-20[NET]: use fget_light() in net/socket.cBenjamin LaHaise1-86/+106
2006-03-20[NET]: minor net_rx_action optimizationStephen Hemminger1-2/+1
2006-03-20[NET]: Move destructor from neigh->ops to neigh_paramsMichael S. Tsirkin1-2/+2
2006-03-20[PKTGEN]: Updates version.Luiz Capitulino1-1/+1
2006-03-20[PKTGEN]: Removes thread_{un,}lock() macros.Luiz Capitulino1-25/+21
2006-03-20[PKTGEN]: Convert thread lock to mutexes.Luiz Capitulino1-3/+4
2006-03-20[NET]: Convert RTNL to mutex.Stephen Hemminger6-37/+43
2006-03-20[IPSEC] xfrm_user: Kill PAGE_SIZE check in verify_sec_ctx_len()David S. Miller1-3/+0
2006-03-20[TCP] H-TCP: Better time accountingBaruch Even1-18/+26
2006-03-20[TCP] H-TCP: Account for delayed-ACKsBaruch Even1-8/+18
2006-03-20[TCP] H-TCP: Use msecs_to_jiffiesBaruch Even1-2/+2
2006-03-20[PKTGEN]: Updates version.Luiz Capitulino1-1/+1
2006-03-20[PKTGEN]: Ports if_list to the in-kernel implementation.Luiz Capitulino1-48/+44
2006-03-20[PKTGEN]: Fix Initialization fail leak.Luiz Capitulino1-1/+14
2006-03-20[PKTGEN]: Fix kernel_thread() fail leak.Luiz Capitulino1-2/+9
2006-03-20[PKTGEN]: Ports thread list to Kernel list implementation.Luiz Capitulino1-55/+41
2006-03-20[PKTGEN]: Lindent run.Luiz Capitulino1-1251/+1379
2006-03-20[DCCP] options: Fix some aspects of mandatory option processingArnaldo Carvalho de Melo1-1/+6
2006-03-20[DCCP] ccid2: coding style cleanupsArnaldo Carvalho de Melo1-50/+26
2006-03-20[DCCP] ipv6: cleanupsArnaldo Carvalho de Melo1-127/+129
2006-03-20[ICSK]: Introduce inet_csk_ctl_sock_createArnaldo Carvalho de Melo5-71/+27
2006-03-20[DCCP] ipv6: Add missing ipv6 control socketArnaldo Carvalho de Melo6-65/+72
2006-03-20[DCCP]: Uninline some functionsArnaldo Carvalho de Melo5-57/+63
2006-03-20[DCCP] ipv4: make struct dccp_v4_prot staticAdrian Bunk1-1/+1
2006-03-20[IPV6]: Fix some code/comment formatting in ip6_dst_output().David S. Miller1-20/+21
2006-03-20[IPV4]: fib_trie stats fixRobert Olsson1-6/+8