aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2006-01-06[NET]: Change sk_run_filter()'s return type in net/core/filter.cKris Katterjohn
2006-01-05[NETFILTER]: Call POST_ROUTING hook before fragmentationPatrick McHardy
2006-01-05[NETFILTER]: Add ctnetlink port for nf_conntrackPablo Neira Ayuso
2006-01-03[TCP]: less inline'sStephen Hemminger
2006-01-03[NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8Per Liden
2006-01-03[AF_UNIX]: Convert to use a spinlock instead of rwlockBenjamin LaHaise
2006-01-03[TCP]: Don't use __constant_htonl for a non const argArnaldo Carvalho de Melo
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo
2006-01-03[SOCK]: Introduce sk_receive_skbArnaldo Carvalho de Melo
2006-01-03[NET]: move struct proto_ops to constEric Dumazet
2006-01-03[SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option.Frank Filz
2006-01-03[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.Frank Filz
2006-01-03[AF_UNIX]: Use spinlock for unix_table_lockDavid S. Miller
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo
2006-01-03[TCP]: Move the TCPF_ enum to tcp_states.hArnaldo Carvalho de Melo
2006-01-03[INET6]: Generalise tcp_v6_hash_connectArnaldo Carvalho de Melo
2006-01-03[INET]: Generalise tcp_v4_hash_connectArnaldo Carvalho de Melo
2006-01-03[TWSK]: Introduce struct timewait_sock_opsArnaldo Carvalho de Melo
2006-01-03[IPV6]: Export ipv6_opt_acceptedArnaldo Carvalho de Melo
2006-01-03[IPV6]: Introduce inet6_timewait_sockArnaldo Carvalho de Melo
2006-01-03[IPV6]: Generalise some functionsArnaldo Carvalho de Melo
2006-01-03[NET]: Avoid atomic xchg() for non-error caseBenjamin LaHaise
2006-01-03[ICSK]: Move v4_addr2sockaddr from TCP to icskArnaldo Carvalho de Melo
2006-01-03[ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_opsArnaldo Carvalho de Melo
2006-01-03[IPV6]: Generalise tcp_v6_search_req & tcp_v6_synq_addArnaldo Carvalho de Melo
2006-01-03[ICSK]: make inet_csk_reqsk_queue_hash_add timeout arg unsigned longArnaldo Carvalho de Melo
2006-01-03[IPV6]: Generalise __tcp_v6_hash, renaming it to __inet6_hashArnaldo Carvalho de Melo
2006-01-03[IPV6]: Reuse inet_csk_get_port in tcp_v6_get_portArnaldo Carvalho de Melo
2006-01-03[IPV4]: Safer reassemblyHerbert Xu
2006-01-03[LSM-IPSec]: Security association restriction.Trent Jaeger
2005-12-27[IPV6] mcast: Fix multiple issues in MLDv2 reports.David L Stevens
2005-12-21[IPV6]: Defer IPv6 device initialization until the link becomes ready.YOSHIFUJI Hideaki
2005-12-19[IPSEC]: Perform SA switchover immediately.David S. Miller
2005-12-05[DECNET]: add memory buffer settings Steven Whitehouse
2005-11-22[IPV4]: Fix secondary IP addresses after promotionJamal Hadi Salim
2005-11-20Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6.14+advapi-fix/David S. Miller
2005-11-20[IPV6]: Fix sending extension headers before and including routing header.YOSHIFUJI Hideaki
2005-11-18[PATCH] git-netdev-all-ieee80211_get_payload-warning-fixAndrew Morton
2005-11-15[TCP]: More spelling fixes.Stephen Hemminger
2005-11-14[LLC]: Fix typoJochen Friedrich
2005-11-11[SCTP]: Include ulpevents in socket receive buffer accounting.Neil Horman
2005-11-11[SCTP]: Fix ia64 NaT consumption fault with sctp_sideffect commands.Vladislav Yasevich
2005-11-11[SCTP]: Remove timeouts[] array from sctp_endpoint.Vladislav Yasevich
2005-11-10[TCP]: speed up SACK processingStephen Hemminger
2005-11-10[TCP]: spelling fixesStephen Hemminger
2005-11-10[TCP]: Appropriate Byte Count supportStephen Hemminger
2005-11-10[TCP]: add tcp_slow_start helperStephen Hemminger
2005-11-10[TCP]: fix congestion window update when using TSO deferalStephen Hemminger
2005-11-10[NET]: Detect hardware rx checksum faults correctlyHerbert Xu
2005-11-10[NETLINK]: Generic netlink familyThomas Graf