summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-01-139-10/+712
|\
| * [NET]: Use NIP6_FMT in kernel.hJoe Perches2006-01-132-3/+3
| * [PATCH] genetlink: don't touch module ref countPer Liden2006-01-131-1/+0
| * [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte2006-01-122-6/+0
| * [TIPC] More updates of file headersPer Liden2006-01-122-2/+1
| * [TIPC] Update of file headersPer Liden2006-01-124-8/+4
| * [TIPC] License header updatePer Liden2006-01-124-76/+92
| * [TIPC] Moved configuration interface into tipc_config.hPer Liden2006-01-121-1/+27
| * [TIPC] Initial mergePer Liden2006-01-124-0/+672
* | [PATCH] fix wrong comments in ieee80211.hJohannes Berg2006-01-121-2/+4
|/
* [INET]: congestion and af_ops can be constStephen Hemminger2006-01-101-2/+2
* [PKT_SCHED]: Convert tc action functions to single skb pointersPatrick McHardy2006-01-091-1/+1
* [PKT_SCHED]: Use USEC_PER_SECPatrick McHardy2006-01-091-11/+12
* [PATCH] Eliminate __attribute__ ((packed)) warnings for gcc-4.1Jan Blunck2006-01-082-79/+79
* [IPV4]: make ip_fragment() staticAdrian Bunk2006-01-071-1/+0
* [NETFILTER]: Redo policy lookups after NAT when neccessaryPatrick McHardy2006-01-071-0/+1
* [NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harderPatrick McHardy2006-01-072-2/+3
* [IPV4]: reset IPCB flags when neccessaryPatrick McHardy2006-01-071-5/+3
* [IPV4/6]: Netfilter IPsec input hooksPatrick McHardy2006-01-071-0/+2
* [IPV6]: Move nextheader offset to the IP6CBPatrick McHardy2006-01-072-4/+4
* [XFRM]: Netfilter IPsec output hooksPatrick McHardy2006-01-071-10/+1
* [NET]: Change sk_run_filter()'s return type in net/core/filter.cKris Katterjohn2006-01-061-2/+2
* [NETFILTER]: Call POST_ROUTING hook before fragmentationPatrick McHardy2006-01-051-1/+0
* [NETFILTER]: Add ctnetlink port for nf_conntrackPablo Neira Ayuso2006-01-054-2/+72
* [TCP]: less inline'sStephen Hemminger2006-01-031-166/+27
* [NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8Per Liden2006-01-031-1/+1
* [AF_UNIX]: Convert to use a spinlock instead of rwlockBenjamin LaHaise2006-01-031-5/+5
* [TCP]: Don't use __constant_htonl for a non const argArnaldo Carvalho de Melo2006-01-031-5/+5
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-0319-48/+257
* [SOCK]: Introduce sk_receive_skbArnaldo Carvalho de Melo2006-01-031-0/+23
* [NET]: move struct proto_ops to constEric Dumazet2006-01-033-5/+5
* [SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option.Frank Filz2006-01-031-0/+14
* [SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.Frank Filz2006-01-032-20/+72
* [AF_UNIX]: Use spinlock for unix_table_lockDavid S. Miller2006-01-031-1/+1
* [IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo2006-01-032-1/+6
* [TCP]: Move the TCPF_ enum to tcp_states.hArnaldo Carvalho de Melo2006-01-031-0/+16
* [INET6]: Generalise tcp_v6_hash_connectArnaldo Carvalho de Melo2006-01-031-0/+3
* [INET]: Generalise tcp_v4_hash_connectArnaldo Carvalho de Melo2006-01-031-0/+3
* [TWSK]: Introduce struct timewait_sock_opsArnaldo Carvalho de Melo2006-01-034-3/+38
* [IPV6]: Export ipv6_opt_acceptedArnaldo Carvalho de Melo2006-01-031-0/+2
* [IPV6]: Introduce inet6_timewait_sockArnaldo Carvalho de Melo2006-01-032-4/+5
* [IPV6]: Generalise some functionsArnaldo Carvalho de Melo2006-01-031-1/+12
* [NET]: Avoid atomic xchg() for non-error caseBenjamin LaHaise2006-01-031-1/+4
* [ICSK]: Move v4_addr2sockaddr from TCP to icskArnaldo Carvalho de Melo2006-01-031-0/+2
* [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_opsArnaldo Carvalho de Melo2006-01-033-50/+28
* [IPV6]: Generalise tcp_v6_search_req & tcp_v6_synq_addArnaldo Carvalho de Melo2006-01-032-1/+32
* [ICSK]: make inet_csk_reqsk_queue_hash_add timeout arg unsigned longArnaldo Carvalho de Melo2006-01-031-1/+1
* [IPV6]: Generalise __tcp_v6_hash, renaming it to __inet6_hashArnaldo Carvalho de Melo2006-01-031-0/+26
* [IPV6]: Reuse inet_csk_get_port in tcp_v6_get_portArnaldo Carvalho de Melo2006-01-031-1/+5
* [IPV4]: Safer reassemblyHerbert Xu2006-01-032-0/+3
OpenPOWER on IntegriCloud