summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [AF_UNIX]: use shift instead of integer divisionBenjamin LaHaise2006-03-201-5/+5
* [NET]: Uninline kfree_skb and allow NULL argumentJörn Engel2006-03-201-0/+19
* [LLC]: Fix sap refcountingArnaldo Carvalho de Melo2006-03-202-2/+3
* [LLC]: Replace __inline__ with inlineArnaldo Carvalho de Melo2006-03-201-5/+4
* [LLC]: Fix struct proto .nameArnaldo Carvalho de Melo2006-03-201-1/+1
* [NET] pktgen: Fix races between control/worker threads.Arthur Kepner2006-03-201-25/+110
* [DCCP]: Move the IPv4 specific bits from proto.c to ipv4.cArnaldo Carvalho de Melo2006-03-206-141/+148
* [DCCP]: Rename init_dccp_v4_mibs to dccp_mib_initArnaldo Carvalho de Melo2006-03-201-7/+11
* [DCCP]: Move dccp_hashinfo from ipv4.c to the coreArnaldo Carvalho de Melo2006-03-202-8/+8
* [DCCP]: Dont use dccp_v4_checksum in dccp_make_responseArnaldo Carvalho de Melo2006-03-202-3/+3
* [DCCP]: Move dccp_[un]hash from ipv4.c to the coreArnaldo Carvalho de Melo2006-03-204-14/+17
* [DCCP]: Move dccp_v4_{init,destroy}_sock to the coreArnaldo Carvalho de Melo2006-03-204-104/+112
* [DCCP]: Generalize dccp_v4_send_resetArnaldo Carvalho de Melo2006-03-205-38/+28
* [DCCP] feat: Introduce sysctls for the default featuresArnaldo Carvalho de Melo2006-03-205-11/+160
OpenPOWER on IntegriCloud