summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [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
* [NET] sem2mutex: net/Arjan van de Ven2006-03-2018-100/+116
* [NET]: dev_put/dev_hold cleanupStephen Hemminger2006-03-203-4/+4
* [DCCP] options: Make dccp_insert_options & friends yell on errorArnaldo Carvalho de Melo2006-03-206-102/+102
* [DCCP]: Remove leftover dccp_send_response prototypeArnaldo Carvalho de Melo2006-03-201-1/+0
* [DCCP]: ditch dccp_v[46]_ctl_send_ackArnaldo Carvalho de Melo2006-03-202-14/+4
* [DCCP]: Use sk->sk_prot->max_header consistently for non-data packetsArnaldo Carvalho de Melo2006-03-203-35/+28
* [DCCP] options: Fix handling of ackvecs in DATA packetsArnaldo Carvalho de Melo2006-03-201-1/+1
* [ATM]: Fix build after neigh->parms->neigh_destructor change.David S. Miller2006-03-201-1/+1
* [NET]: use fget_light() in net/socket.cBenjamin LaHaise2006-03-201-86/+106
* [NET]: minor net_rx_action optimizationStephen Hemminger2006-03-201-2/+1
* [NET]: Move destructor from neigh->ops to neigh_paramsMichael S. Tsirkin2006-03-201-2/+2
* [PKTGEN]: Updates version.Luiz Capitulino2006-03-201-1/+1
* [PKTGEN]: Removes thread_{un,}lock() macros.Luiz Capitulino2006-03-201-25/+21
* [PKTGEN]: Convert thread lock to mutexes.Luiz Capitulino2006-03-201-3/+4
* [NET]: Convert RTNL to mutex.Stephen Hemminger2006-03-206-37/+43
* [IPSEC] xfrm_user: Kill PAGE_SIZE check in verify_sec_ctx_len()David S. Miller2006-03-201-3/+0
* [TCP] H-TCP: Better time accountingBaruch Even2006-03-201-18/+26
* [TCP] H-TCP: Account for delayed-ACKsBaruch Even2006-03-201-8/+18
* [TCP] H-TCP: Use msecs_to_jiffiesBaruch Even2006-03-201-2/+2
* [PKTGEN]: Updates version.Luiz Capitulino2006-03-201-1/+1
* [PKTGEN]: Ports if_list to the in-kernel implementation.Luiz Capitulino2006-03-201-48/+44
* [PKTGEN]: Fix Initialization fail leak.Luiz Capitulino2006-03-201-1/+14
* [PKTGEN]: Fix kernel_thread() fail leak.Luiz Capitulino2006-03-201-2/+9
* [PKTGEN]: Ports thread list to Kernel list implementation.Luiz Capitulino2006-03-201-55/+41
* [PKTGEN]: Lindent run.Luiz Capitulino2006-03-201-1251/+1379
* [DCCP] options: Fix some aspects of mandatory option processingArnaldo Carvalho de Melo2006-03-201-1/+6
* [DCCP] ccid2: coding style cleanupsArnaldo Carvalho de Melo2006-03-201-50/+26
* [DCCP] ipv6: cleanupsArnaldo Carvalho de Melo2006-03-201-127/+129
* [ICSK]: Introduce inet_csk_ctl_sock_createArnaldo Carvalho de Melo2006-03-205-71/+27
* [DCCP] ipv6: Add missing ipv6 control socketArnaldo Carvalho de Melo2006-03-206-65/+72
* [DCCP]: Uninline some functionsArnaldo Carvalho de Melo2006-03-205-57/+63
* [DCCP] ipv4: make struct dccp_v4_prot staticAdrian Bunk2006-03-201-1/+1
* [IPV6]: Fix some code/comment formatting in ip6_dst_output().David S. Miller2006-03-201-20/+21
* [IPV4]: fib_trie stats fixRobert Olsson2006-03-201-6/+8
* [IPV4]: fib_trie initialzation fixRobert Olsson2006-03-201-2/+10
* [TCP] mtu probing: move tcp-specific data out of inet_connection_sockJohn Heffner2006-03-202-4/+4
OpenPOWER on IntegriCloud