summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-03-21[NET]: dev_put/dev_hold cleanupStephen Hemminger3-4/+4
2006-03-21[DCCP] options: Make dccp_insert_options & friends yell on errorArnaldo Carvalho de Melo6-102/+102
2006-03-21[DCCP]: Remove leftover dccp_send_response prototypeArnaldo Carvalho de Melo1-1/+0
2006-03-21[DCCP]: ditch dccp_v[46]_ctl_send_ackArnaldo Carvalho de Melo2-14/+4
2006-03-21[DCCP]: Use sk->sk_prot->max_header consistently for non-data packetsArnaldo Carvalho de Melo3-35/+28
2006-03-21[DCCP] options: Fix handling of ackvecs in DATA packetsArnaldo Carvalho de Melo1-1/+1
2006-03-21[ATM]: Fix build after neigh->parms->neigh_destructor change.David S. Miller1-1/+1
2006-03-21[NET]: use fget_light() in net/socket.cBenjamin LaHaise1-86/+106
2006-03-21[NET]: minor net_rx_action optimizationStephen Hemminger1-2/+1
2006-03-21[NET]: Move destructor from neigh->ops to neigh_paramsMichael S. Tsirkin1-2/+2
2006-03-21[PKTGEN]: Updates version.Luiz Capitulino1-1/+1
2006-03-21[PKTGEN]: Removes thread_{un,}lock() macros.Luiz Capitulino1-25/+21
2006-03-21[PKTGEN]: Convert thread lock to mutexes.Luiz Capitulino1-3/+4
2006-03-21[NET]: Convert RTNL to mutex.Stephen Hemminger6-37/+43
2006-03-21[IPSEC] xfrm_user: Kill PAGE_SIZE check in verify_sec_ctx_len()David S. Miller1-3/+0
2006-03-21[TCP] H-TCP: Better time accountingBaruch Even1-18/+26
2006-03-21[TCP] H-TCP: Account for delayed-ACKsBaruch Even1-8/+18
2006-03-21[TCP] H-TCP: Use msecs_to_jiffiesBaruch Even1-2/+2
2006-03-21[PKTGEN]: Updates version.Luiz Capitulino1-1/+1
2006-03-21[PKTGEN]: Ports if_list to the in-kernel implementation.Luiz Capitulino1-48/+44
2006-03-21[PKTGEN]: Fix Initialization fail leak.Luiz Capitulino1-1/+14
2006-03-21[PKTGEN]: Fix kernel_thread() fail leak.Luiz Capitulino1-2/+9
2006-03-21[PKTGEN]: Ports thread list to Kernel list implementation.Luiz Capitulino1-55/+41
2006-03-21[PKTGEN]: Lindent run.Luiz Capitulino1-1251/+1379
2006-03-21[DCCP] options: Fix some aspects of mandatory option processingArnaldo Carvalho de Melo1-1/+6
2006-03-21[DCCP] ccid2: coding style cleanupsArnaldo Carvalho de Melo1-50/+26
2006-03-21[DCCP] ipv6: cleanupsArnaldo Carvalho de Melo1-127/+129
2006-03-21[ICSK]: Introduce inet_csk_ctl_sock_createArnaldo Carvalho de Melo5-71/+27
2006-03-21[DCCP] ipv6: Add missing ipv6 control socketArnaldo Carvalho de Melo6-65/+72
2006-03-21[DCCP]: Uninline some functionsArnaldo Carvalho de Melo5-57/+63
2006-03-21[DCCP] ipv4: make struct dccp_v4_prot staticAdrian Bunk1-1/+1
2006-03-21[IPV6]: Fix some code/comment formatting in ip6_dst_output().David S. Miller1-20/+21
2006-03-21[IPV4]: fib_trie stats fixRobert Olsson1-6/+8
2006-03-21[IPV4]: fib_trie initialzation fixRobert Olsson1-2/+10
2006-03-21[TCP] mtu probing: move tcp-specific data out of inet_connection_sockJohn Heffner2-4/+4
2006-03-21[AF_UNIX]: use shift instead of integer divisionBenjamin LaHaise1-5/+5
2006-03-21[NET]: Uninline kfree_skb and allow NULL argumentJörn Engel1-0/+19
2006-03-21[LLC]: Fix sap refcountingArnaldo Carvalho de Melo2-2/+3
2006-03-21[LLC]: Replace __inline__ with inlineArnaldo Carvalho de Melo1-5/+4
2006-03-21[LLC]: Fix struct proto .nameArnaldo Carvalho de Melo1-1/+1
2006-03-21[NET] pktgen: Fix races between control/worker threads.Arthur Kepner1-25/+110
2006-03-21[DCCP]: Move the IPv4 specific bits from proto.c to ipv4.cArnaldo Carvalho de Melo6-141/+148
2006-03-21[DCCP]: Rename init_dccp_v4_mibs to dccp_mib_initArnaldo Carvalho de Melo1-7/+11
2006-03-21[DCCP]: Move dccp_hashinfo from ipv4.c to the coreArnaldo Carvalho de Melo2-8/+8
2006-03-21[DCCP]: Dont use dccp_v4_checksum in dccp_make_responseArnaldo Carvalho de Melo2-3/+3
2006-03-21[DCCP]: Move dccp_[un]hash from ipv4.c to the coreArnaldo Carvalho de Melo4-14/+17
2006-03-21[DCCP]: Move dccp_v4_{init,destroy}_sock to the coreArnaldo Carvalho de Melo4-104/+112
2006-03-21[DCCP]: Generalize dccp_v4_send_resetArnaldo Carvalho de Melo5-38/+28
2006-03-21[DCCP] feat: Introduce sysctls for the default featuresArnaldo Carvalho de Melo5-11/+160
2006-03-21[DCCP]: Call dccp_feat_init more early in dccp_v4_init_sockArnaldo Carvalho de Melo1-5/+4