aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2006-01-03[IPVS]: Cleanup IP_VS_DBG statements.Roberto Nibali4-14/+17
2006-01-03[TG3]: fixup tot_len calculationAlexey Dobriyan1-1/+1
2006-01-03[NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig17-40/+27
2006-01-03[NETROM]: Remove unessecary lock_sock calls in netrom_ioctl()Christoph Hellwig1-5/+5
2006-01-03[NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8Per Liden2-2/+2
2006-01-03[AF_UNIX]: Convert to use a spinlock instead of rwlockBenjamin LaHaise2-6/+6
2006-01-03[NET]: Speed up __alloc_skb()Benjamin LaHaise2-15/+14
2006-01-03[PPPOX]: Fix assignment into const proto_ops.David S. Miller3-14/+8
2006-01-03[TCP]: Don't use __constant_htonl for a non const argArnaldo Carvalho de Melo1-5/+5
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo87-184/+355
2006-01-03[SOCK]: Introduce sk_receive_skbArnaldo Carvalho de Melo5-73/+29
2006-01-03[NET]: restructure sock_aio_{read,write} / sock_{readv,writev}Christoph Hellwig1-114/+110
2006-01-03[NET]: Fix sock_init() return value.David S. Miller2-5/+2
2006-01-03[PKTGEN]: Deinitialise static variables.Jaco Kroon1-3/+3
2006-01-03[NET]: move struct proto_ops to constEric Dumazet33-66/+66
2006-01-03[NET]: Small cleanup to socket initializationAndi Kleen4-11/+5
2006-01-03[SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option.Frank Filz2-0/+198
2006-01-03[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.Frank Filz9-220/+595
2006-01-03[IPV4] fib_trie: Add credits.Robert Olsson1-0/+7
2006-01-03[TCP] cubic: use Newton-RaphsonStephen Hemminger1-54/+39
2006-01-03[TCP] cubic: precompute constantsStephen Hemminger1-76/+57
2006-01-03[FLS64]: x86_64 versionStephen Hemminger1-1/+27
2006-01-03[FLS64]: generic versionStephen Hemminger24-1/+33
2006-01-03[PKT_SCHED] netem: packet corruption optionStephen Hemminger2-3/+53
2006-01-03[BRIDGE]: add version numberStephen Hemminger2-0/+3
2006-01-03[BRIDGE]: limited ethtool supportStephen Hemminger3-3/+67
2006-01-03[BRIDGE]: filter packets in learning stateStephen Hemminger1-4/+7
2006-01-03[BRIDGE]: handle speed detection after carrier changesStephen Hemminger3-22/+44
2006-01-03[BRIDGE]: allow setting hardware address of bridge pseudo-devStephen Hemminger3-4/+28
2006-01-03[AF_UNIX]: Use spinlock for unix_table_lockDavid S. Miller3-20/+20
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo20-83/+97
2006-01-03[TCP]: Move the TCPF_ enum to tcp_states.hArnaldo Carvalho de Melo2-16/+16
2006-01-03[INET6]: Generalise tcp_v6_hash_connectArnaldo Carvalho de Melo6-348/+190
2006-01-03[INET]: Generalise tcp_v4_hash_connectArnaldo Carvalho de Melo6-336/+186
2006-01-03[TWSK]: Introduce struct timewait_sock_opsArnaldo Carvalho de Melo11-63/+118
2006-01-03[DCCP]: Use reqsk_free in dccp_v4_conn_requestArnaldo Carvalho de Melo1-4/+1
2006-01-03[DCCP]: Introduce DCCPv6Arnaldo Carvalho de Melo4-1/+1491
2006-01-03[IPV6]: Export ipv6_opt_acceptedArnaldo Carvalho de Melo3-16/+23
2006-01-03[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6Arnaldo Carvalho de Melo6-52/+114
2006-01-03[DCCP]: Just rename dccp_v4_prot to dccp_protArnaldo Carvalho de Melo3-6/+6
2006-01-03[IPV6]: Export some symbols for DCCPv6Arnaldo Carvalho de Melo4-0/+10
2006-01-03[IPV6]: Introduce inet6_timewait_sockArnaldo Carvalho de Melo7-28/+41
2006-01-03[IPV6]: Generalise some functionsArnaldo Carvalho de Melo5-150/+173
2006-01-03[AF_UNIX]: Remove superfluous reference counting in unix_stream_sendmsgBenjamin LaHaise1-6/+5
2006-01-03[NET]: Avoid atomic xchg() for non-error caseBenjamin LaHaise7-16/+24
2006-01-03[IPVS]: remove dead codeRoberto Nibali4-104/+0
2006-01-03[UDP]: udp_checksum_init return valueStephen Hemminger1-4/+2
2006-01-03[IP]: Simplify and consolidate MSG_PEEK error handlingHerbert Xu5-41/+44
2006-01-03[DCCP]: Introduce dccp_ipv4_af_opsArnaldo Carvalho de Melo5-14/+39
2006-01-03[ICSK]: Move v4_addr2sockaddr from TCP to icskArnaldo Carvalho de Melo3-11/+15