summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2006-01-13Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds9-10/+712
2006-01-13[NET]: Use NIP6_FMT in kernel.hJoe Perches2-3/+3
2006-01-13[PATCH] genetlink: don't touch module ref countPer Liden1-1/+0
2006-01-12[NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte2-6/+0
2006-01-12[TIPC] More updates of file headersPer Liden2-2/+1
2006-01-12[TIPC] Update of file headersPer Liden4-8/+4
2006-01-12[TIPC] License header updatePer Liden4-76/+92
2006-01-12[TIPC] Moved configuration interface into tipc_config.hPer Liden1-1/+27
2006-01-12[TIPC] Initial mergePer Liden4-0/+672
2006-01-12[PATCH] fix wrong comments in ieee80211.hJohannes Berg1-2/+4
2006-01-10[INET]: congestion and af_ops can be constStephen Hemminger1-2/+2
2006-01-09[PKT_SCHED]: Convert tc action functions to single skb pointersPatrick McHardy1-1/+1
2006-01-09[PKT_SCHED]: Use USEC_PER_SECPatrick McHardy1-11/+12
2006-01-08[PATCH] Eliminate __attribute__ ((packed)) warnings for gcc-4.1Jan Blunck2-79/+79
2006-01-07[IPV4]: make ip_fragment() staticAdrian Bunk1-1/+0
2006-01-07[NETFILTER]: Redo policy lookups after NAT when neccessaryPatrick McHardy1-0/+1
2006-01-07[NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harderPatrick McHardy2-2/+3
2006-01-07[IPV4]: reset IPCB flags when neccessaryPatrick McHardy1-5/+3
2006-01-07[IPV4/6]: Netfilter IPsec input hooksPatrick McHardy1-0/+2
2006-01-07[IPV6]: Move nextheader offset to the IP6CBPatrick McHardy2-4/+4
2006-01-07[XFRM]: Netfilter IPsec output hooksPatrick McHardy1-10/+1
2006-01-06[NET]: Change sk_run_filter()'s return type in net/core/filter.cKris Katterjohn1-2/+2
2006-01-05[NETFILTER]: Call POST_ROUTING hook before fragmentationPatrick McHardy1-1/+0
2006-01-05[NETFILTER]: Add ctnetlink port for nf_conntrackPablo Neira Ayuso4-2/+72
2006-01-03[TCP]: less inline'sStephen Hemminger1-166/+27
2006-01-03[NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8Per Liden1-1/+1
2006-01-03[AF_UNIX]: Convert to use a spinlock instead of rwlockBenjamin LaHaise1-5/+5
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 Melo19-48/+257
2006-01-03[SOCK]: Introduce sk_receive_skbArnaldo Carvalho de Melo1-0/+23
2006-01-03[NET]: move struct proto_ops to constEric Dumazet3-5/+5
2006-01-03[SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option.Frank Filz1-0/+14
2006-01-03[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.Frank Filz2-20/+72
2006-01-03[AF_UNIX]: Use spinlock for unix_table_lockDavid S. Miller1-1/+1
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo2-1/+6
2006-01-03[TCP]: Move the TCPF_ enum to tcp_states.hArnaldo Carvalho de Melo1-0/+16
2006-01-03[INET6]: Generalise tcp_v6_hash_connectArnaldo Carvalho de Melo1-0/+3
2006-01-03[INET]: Generalise tcp_v4_hash_connectArnaldo Carvalho de Melo1-0/+3
2006-01-03[TWSK]: Introduce struct timewait_sock_opsArnaldo Carvalho de Melo4-3/+38
2006-01-03[IPV6]: Export ipv6_opt_acceptedArnaldo Carvalho de Melo1-0/+2
2006-01-03[IPV6]: Introduce inet6_timewait_sockArnaldo Carvalho de Melo2-4/+5
2006-01-03[IPV6]: Generalise some functionsArnaldo Carvalho de Melo1-1/+12
2006-01-03[NET]: Avoid atomic xchg() for non-error caseBenjamin LaHaise1-1/+4
2006-01-03[ICSK]: Move v4_addr2sockaddr from TCP to icskArnaldo Carvalho de Melo1-0/+2
2006-01-03[ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_opsArnaldo Carvalho de Melo3-50/+28
2006-01-03[IPV6]: Generalise tcp_v6_search_req & tcp_v6_synq_addArnaldo Carvalho de Melo2-1/+32
2006-01-03[ICSK]: make inet_csk_reqsk_queue_hash_add timeout arg unsigned longArnaldo Carvalho de Melo1-1/+1
2006-01-03[IPV6]: Generalise __tcp_v6_hash, renaming it to __inet6_hashArnaldo Carvalho de Melo1-0/+26
2006-01-03[IPV6]: Reuse inet_csk_get_port in tcp_v6_get_portArnaldo Carvalho de Melo1-1/+5
2006-01-03[IPV4]: Safer reassemblyHerbert Xu2-0/+3