aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2006-03-20[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu
2006-03-20[DECnet]: Use RCU locking in dn_rules.cSteven Whitehouse
2006-03-20[DECnet]: Patch to fix recvmsg() flag checkPatrick Caulfield
2006-03-20[DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse
2006-03-20[SECURITY]: TCP/UDP getpeersecCatherine Zhang
2006-03-20[XFRM]: Fix aevent related crashPatrick McHardy
2006-03-20[TCP]: sysctl to allow TCP window > 32767 sans wscaleRick Jones
2006-03-20[IPV4] ARP: Alloc acceptance of unsolicited ARP via netdevice sysctl.Neil Horman
2006-03-20[TIPC]: Avoid compiler warningPer Liden
2006-03-20[TIPC]: Reduce stack usagePer Liden
2006-03-20[TIPC]: CleanupsAdrian Bunk
2006-03-20[TIPC]: Remove unused functionsPer Liden
2006-03-20[TIPC]: Remove inlines from *.cSam Ravnborg
2006-03-20[TIPC]: Fix simple sparse warningsSam Ravnborg
2006-03-20[NETFILTER]: Fix warnings in ip_nat_snmp_basic.cDavid S. Miller
2006-03-20[DCCP]: Fix uninitialized var warnings in dccp_parse_options().David S. Miller
2006-03-20[NET]: sem2mutex part 2Ingo Molnar
2006-03-20[NET] sem2mutex: net/Arjan van de Ven
2006-03-20[NET]: dev_put/dev_hold cleanupStephen Hemminger
2006-03-20[DCCP] options: Make dccp_insert_options & friends yell on errorArnaldo Carvalho de Melo
2006-03-20[DCCP]: Remove leftover dccp_send_response prototypeArnaldo Carvalho de Melo
2006-03-20[DCCP]: ditch dccp_v[46]_ctl_send_ackArnaldo Carvalho de Melo
2006-03-20[DCCP]: Use sk->sk_prot->max_header consistently for non-data packetsArnaldo Carvalho de Melo
2006-03-20[DCCP] options: Fix handling of ackvecs in DATA packetsArnaldo Carvalho de Melo
2006-03-20[ATM]: Fix build after neigh->parms->neigh_destructor change.David S. Miller
2006-03-20[NET]: use fget_light() in net/socket.cBenjamin LaHaise
2006-03-20[NET]: minor net_rx_action optimizationStephen Hemminger
2006-03-20[NET]: Move destructor from neigh->ops to neigh_paramsMichael S. Tsirkin
2006-03-20[PKTGEN]: Updates version.Luiz Capitulino
2006-03-20[PKTGEN]: Removes thread_{un,}lock() macros.Luiz Capitulino
2006-03-20[PKTGEN]: Convert thread lock to mutexes.Luiz Capitulino
2006-03-20[NET]: Convert RTNL to mutex.Stephen Hemminger
2006-03-20[IPSEC] xfrm_user: Kill PAGE_SIZE check in verify_sec_ctx_len()David S. Miller
2006-03-20[TCP] H-TCP: Better time accountingBaruch Even
2006-03-20[TCP] H-TCP: Account for delayed-ACKsBaruch Even
2006-03-20[TCP] H-TCP: Use msecs_to_jiffiesBaruch Even
2006-03-20[PKTGEN]: Updates version.Luiz Capitulino
2006-03-20[PKTGEN]: Ports if_list to the in-kernel implementation.Luiz Capitulino
2006-03-20[PKTGEN]: Fix Initialization fail leak.Luiz Capitulino
2006-03-20[PKTGEN]: Fix kernel_thread() fail leak.Luiz Capitulino
2006-03-20[PKTGEN]: Ports thread list to Kernel list implementation.Luiz Capitulino
2006-03-20[PKTGEN]: Lindent run.Luiz Capitulino
2006-03-20[DCCP] options: Fix some aspects of mandatory option processingArnaldo Carvalho de Melo
2006-03-20[DCCP] ccid2: coding style cleanupsArnaldo Carvalho de Melo
2006-03-20[DCCP] ipv6: cleanupsArnaldo Carvalho de Melo
2006-03-20[ICSK]: Introduce inet_csk_ctl_sock_createArnaldo Carvalho de Melo
2006-03-20[DCCP] ipv6: Add missing ipv6 control socketArnaldo Carvalho de Melo
2006-03-20[DCCP]: Uninline some functionsArnaldo Carvalho de Melo
2006-03-20[DCCP] ipv4: make struct dccp_v4_prot staticAdrian Bunk
2006-03-20[IPV6]: Fix some code/comment formatting in ip6_dst_output().David S. Miller