summaryrefslogtreecommitdiffstats
path: root/mm/Kconfig (unfollow)
Commit message (Expand)AuthorFilesLines
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[TG3]: update version and reldateMichael Chan1-2/+2
2006-03-21[TG3]: Add firmware version infoMichael Chan2-0/+57
2006-03-21[TG3]: nvram cleanupMichael Chan1-27/+35
2006-03-21[TG3]: Fixup memory test for 5787Michael Chan1-3/+13
2006-03-21[TG3]: Add new one-shot MSI handlerMichael Chan2-31/+55
2006-03-21[TG3]: Add ipv6 checksum supportMichael Chan1-4/+8
2006-03-21[TG3]: Add new hard_start_xmitMichael Chan2-5/+142
2006-03-21[TG3]: Add 5787 nvram supportMichael Chan2-20/+130
2006-03-21[TG3]: Add 5787 and 5754 basic supportMichael Chan3-3/+34
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] rtnetlink: Add RTPROT entry for Netsukuku.Alpt1-0/+1
2006-03-21[NET]: Move destructor from neigh->ops to neigh_paramsMichael S. Tsirkin3-18/+4
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 Hemminger8-51/+51
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[CONNECTOR]: Use netlink_has_listeners() to avoind unnecessary allocations.Evgeniy Polyakov2-5/+7
2006-03-21[IRDA]: TOIM3232 dongle supportDavid Basden4-0/+385
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 Melo6-71/+31
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[TG3]: Fix tg3_get_ringparam()Michael Chan1-4/+13
2006-03-21[TG3]: Add some missing netif_running() checksMichael Chan1-0/+6
2006-03-21[TCP] mtu probing: move tcp-specific data out of inet_connection_sockJohn Heffner4-6/+10
2006-03-21[AF_UNIX]: scm: better initializationBenjamin LaHaise1-4/+6
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 Engel2-16/+20