aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-12-02[TCP] Vegas: Increase default alpha to 2 and beta to 4.David S. Miller1-2/+2
2006-12-02[DCCP]: Use `unsigned' for packet lengthsGerrit Renker4-58/+48
2006-12-02[DCCP] ccid3: Larger initial windowsGerrit Renker2-33/+37
2006-12-02[DCCP]: Make {set,get}sockopt(DCCP_SOCKOPT_PACKET_SIZE) return 0Arnaldo Carvalho de Melo1-2/+2
2006-12-02[DCCP]: Tidy up unused structuresGerrit Renker2-8/+4
2006-12-02[DCCP] ccid3: Track RX/TX packet size `s' using moving-averageGerrit Renker1-19/+41
2006-12-02[DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448Gerrit Renker1-12/+10
2006-12-02[DCCP]: Remove allocation of sysctl numbersGerrit Renker1-10/+0
2006-12-02[DCCP] ccid3: Consolidate handling of t_RTOGerrit Renker1-15/+14
2006-12-02[DCCP] ccid3: Consistently update t_nom, t_ipi, t_deltaGerrit Renker1-21/+17
2006-12-02[DCCP] ccid3: Consolidate timer resetsGerrit Renker2-10/+10
2006-12-02[XFRM]: Convert a few __u8 to proper u8Jamal Hadi Salim1-8/+8
2006-12-02[XFRM]: Make flush notifier prettier when subpolicy usedJamal Hadi Salim1-10/+2
2006-12-02[UDP(-Lite)]: consolidate v4 and v6 get|setsockopt codeGerrit Renker2-121/+27
2006-12-02[RTNETLINK]: Add rtnl_put_cacheinfo() to unify some codeThomas Graf4-39/+42
2006-12-02[NETLINK]: Remove unused dst_pid field in netlink_skb_parmsThomas Graf6-12/+2
2006-12-02[DCCP] ccid3: Resolve small FIXMEGerrit Renker1-5/+4
2006-12-02[DCCP] ccid3: Remove redundant statements in ccid3_hc_tx_packet_sentGerrit Renker1-21/+0
2006-12-02[DCCP] ccid3: Avoid congestion control on zero-sized data packetsGerrit Renker1-9/+5
2006-12-02[DCCP] ccid3: Simplify control flow of ccid3_hc_tx_send_packetGerrit Renker1-22/+18
2006-12-02[DCCP] ccid3: Fix calculation of t_ipi time of scheduled transmissionGerrit Renker1-5/+13
2006-12-02[DCCP] ccid3: Simplify control flow in the calculation of t_ipiGerrit Renker1-7/+3
2006-12-02[DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipiGerrit Renker2-7/+6
2006-12-02[DCCP] ccid2: Allow window to grow largerAndrea Bittau1-1/+1
2006-12-02[DCCP] ackvec: Split long ack vectors across multiple optionsAndrea Bittau1-14/+32
2006-12-02[DCCP] ackvec: infrastructure for sending more than one ackvec per packetAndrea Bittau3-20/+24
2006-12-02[DCCP] ackvec: Remove unused dccpav_ack_ptr field from dccp_ackvecAndrea Bittau2-3/+0
2006-12-02[DECNET] address: Convert to new netlink interfaceThomas Graf1-57/+85
2006-12-02[DECNET] address: Rename rtmsg_ifa() to dn_ifaddr_notify()Thomas Graf1-4/+4
2006-12-02[DECNET] address: Calculate accurate message size for netlink notificationsThomas Graf1-7/+12
2006-12-02[IPV6]: Improve IPv6 tunnel error reportingVille Nuorvala1-6/+7
2006-12-02[IPV6]: Don't allocate memory for Tunnel Encapsulation Limit OptionVille Nuorvala1-36/+22
2006-12-02[IPV6]: Allow link-local tunnel endpointsVille Nuorvala1-2/+6
2006-12-02[IPV6]: Do mandatory IPv6 tunnel endpoint checks in realtimeVille Nuorvala1-34/+62
2006-12-02[IPV6]: Fix SIOCCHGTUNNEL bug in IPv6 tunnelsVille Nuorvala1-65/+46
2006-12-02[GENETLINK] ctrl: Avoid empty CTRL_ATTR_OPS attribute when dumpingThomas Graf1-22/+25
2006-12-02[XFRM]: Use kmemdup where appropriateArnaldo Carvalho de Melo1-6/+3
2006-12-02[TIPC]: Use kzalloc where appropriateArnaldo Carvalho de Melo3-8/+4
2006-12-02[SUNRPC]: Use k{mem,str}dup where applicableArnaldo Carvalho de Melo5-13/+6
2006-12-02[SCTP]: Use kzalloc where appropriateArnaldo Carvalho de Melo1-8/+5
2006-12-02[SCHED]: Use kmemdup & kzalloc where appropriateArnaldo Carvalho de Melo6-15/+7
2006-12-02[IRDA]: Use kmemdup where applicableArnaldo Carvalho de Melo4-10/+4
2006-12-02[IPVS]: Use kmemdup where appropriateArnaldo Carvalho de Melo2-9/+2
2006-12-02[DECNET]: Use kzalloc where applicableArnaldo Carvalho de Melo1-4/+4
2006-12-02[NET] neighbour: Use kmemdup where applicableArnaldo Carvalho de Melo1-4/+3
2006-12-02[ATM]: Use kmemdup & kzalloc where applicableArnaldo Carvalho de Melo3-13/+6
2006-12-02[CIPSO]: Missing annotation in cipso_ipv4 update.Al Viro1-1/+1
2006-12-02[NETPOLL]: Another udp checksum mangling.Al Viro1-1/+1
2006-12-02[NET]: net/sched annotations.Al Viro3-10/+10
2006-12-02[NET]: Split skb->csumAl Viro5-8/+8
2006-12-02[NETFILTER]: ip_nat_snmp_basic annotations.Al Viro1-51/+34
2006-12-02[NET]: Fix assorted misannotations (from md5 and udplite merges).Al Viro5-7/+7
2006-12-02[SCTP]: Even more trivial sctp annotations.Al Viro3-7/+8
2006-12-02[SCTP]: SCTP_CMD_PROCESS_CTSN annotations.Al Viro2-2/+2
2006-12-02[SCTP]: More trivial sctp annotations.Al Viro4-12/+12
2006-12-02[SCTP]: Netfilter sctp annotations.Al Viro1-1/+1
2006-12-02[SCTP]: Annotate ->supported_addrs().Al Viro3-3/+3
2006-12-02[SCTP]: Get rid of the last remnants of sin_port flipping.Al Viro1-13/+6
2006-12-02[SCTP]: Annotate ->inaddr_any().Al Viro3-3/+3
2006-12-02[SCTP]: Don't bother setting sin_port in ->from_sk().Al Viro2-2/+2
2006-12-02[SCTP]: ->a_h is gone now.Al Viro1-1/+0
2006-12-02[SCTP]: ip6_send() doesn't need fl_ip_[sd]port.Al Viro1-2/+0
2006-12-02[SCTP]: sctp_sf_send_restart_abort() is endian-agnostic.Al Viro1-1/+1
2006-12-02[SCTP]: We need to be careful when copying to sockaddr_storage.Al Viro2-5/+5
2006-12-02[SCTP]: Trivial ->ipaddr_h -> ->ipaddr conversions.Al Viro4-14/+12
2006-12-02[SCTP]: ->a_h is gone now.Al Viro3-4/+0
2006-12-02[SCTP]: sctp_make_asconf_update_ip() and sctp_find_unmatch_addr().Al Viro2-2/+2
2006-12-02[SCTP]: Trivial parts of a_h -> a switch.Al Viro4-23/+19
2006-12-02[SCTP]: ->source_h is not used anymore.Al Viro1-1/+0
2006-12-02[SCTP]: Switch all remaining users of ->saddr_h to ->saddr.Al Viro2-5/+3
2006-12-02[SCTP]: Switch sctp_chunk ->dest to net-endian.Al Viro2-7/+3
2006-12-02[SCTP]: sctp_transport_route() switched to net-endian.Al Viro2-10/+8
2006-12-02[SCTP]: Pass net-endian to ->get_dst().Al Viro1-4/+6
2006-12-02[SCTP]: ->get_saddr() switched to net-endian.Al Viro3-7/+9
2006-12-02[SCTP]: sctp_process_init() and sctp_source() switched to net-endian.Al Viro3-17/+7
2006-12-02[SCTP]: sctp_copy_one_addr() switched to net-endian.Al Viro1-5/+3
2006-12-02[SCTP]: sctp_has_association() switched to net-endian.Al Viro3-7/+4
2006-12-02[SCTP]: sctp_endpoint_lookup_assoc() switched to net-endian.Al Viro2-10/+8
2006-12-02[SCTP]: Switch ->from_addr_param() to net-endian.Al Viro5-27/+18
2006-12-02[SCTP]: Switch sctp_add_bind_addr() to net-endian.Al Viro4-12/+15
2006-12-02[SCTP]: Switch sctp_assoc_add_peer() to net-endian.Al Viro3-19/+21
2006-12-02[SCTP]: sctp_transport_{init,new}() switched to net-endian.Al Viro3-4/+6
2006-12-02[SCTP]: Switch ->from_skb() to net-endian.Al Viro4-20/+11
2006-12-02[SCTP]: Switch sctp_cookie ->peer_addr to net-endian.Al Viro2-3/+7
2006-12-02[SCTP]: sctp_init_addrs() switched to net-endian.Al Viro2-4/+4
2006-12-02[SCTP]: Switch sctp_assoc_is_match to net-endian.Al Viro2-14/+20
2006-12-02[SCTP]: Switch sctp_endpoint_is_match() to net-endian.Al Viro2-6/+7
2006-12-02[SCTP]: Switch sctp_del_bind_addr() to net-endian.Al Viro3-17/+7
2006-12-02[SCTP]: Switch address inside the heartbeat opaque data to net-endian.Al Viro1-4/+2
2006-12-02[SCTP]: Switch sctp_assoc_lookup_paddr() to net-endian.Al Viro5-13/+19
2006-12-02[SCTP]: sctp_assoc_del_peer() switched to net-endian.Al Viro3-7/+4
2006-12-02[SCTP]: Annotate ->dst_saddr()Al Viro2-6/+4
2006-12-02[SCTP]: Switch ->primary_addr to net-endian.Al Viro3-8/+4
2006-12-02[SCTP]: Switch sctp_bind_addr_match() to net-endian.Al Viro4-11/+9
2006-12-02[SCTP]: Switch ->cmp_addr() and sctp_cmp_addr_exact() to net-endian.Al Viro8-25/+41
2006-12-02[SCTP]: Pass net-endian to ->seq_dump_addr()Al Viro1-2/+2
2006-12-02[SCTP] embedded sctp_addr: net-endian mirrorsAl Viro5-7/+15
2006-12-02[SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.Al Viro11-87/+87
2006-12-02[SCTP] bug: endianness problem in sctp_getsockopt_sctp_status()Al Viro1-2/+2
2006-12-02[SCTP] bug: sctp_assoc_control_transport() breakageAl Viro1-2/+4
2006-12-02[SCTP] bug: sctp_find_unmatch_addr() compares net-endian to host-endianAl Viro1-1/+3
2006-12-02[SCTP] bug: sctp_assoc_lookup_laddr() is broken with ipv6.Al Viro1-1/+3
2006-12-02[SCTP]: Beginning of sin_port fixes.Al Viro1-17/+12
2006-12-02[SCTP]: Trivial sctp endianness annotations.Al Viro4-13/+13
2006-12-02[SCTP]: SCTP_CMD_ASSOC_FAILED annotations.Al Viro2-13/+13
2006-12-02[SCTP]: SCTP_CMD_INIT_FAILED annotations.Al Viro2-7/+7
2006-12-02[SCTP]: sctp_stop_t1_and_abort() annotations.Al Viro1-4/+4
2006-12-02[SCTP]: sctp_make_op_error() annotations.Al Viro1-1/+1
2006-12-02[SCTP]: Annotate sctp_init_cause().Al Viro1-1/+1
2006-12-02[IPV6] net/ipv6/sit.c: make 2 functions staticAdrian Bunk1-2/+2
2006-12-02[XFRM]: Make copy_to_user_policy_type take a typeJamal Hadi Salim1-7/+7
2006-12-02[BRIDGE] netlink: Convert bridge netlink code to new netlink interfaceThomas Graf1-54/+38
2006-12-02[DCCP]: Adds the tx buffer sysctlsIan McDonald1-0/+9
2006-12-02[DCCP] CCID3: Remove non-referenced variableIan McDonald1-3/+0
2006-12-02[DCCP]: Make dccp_probe more portableIan McDonald1-2/+4
2006-12-02[CCID 3]: Add annotations for socket structuresGerrit Renker1-35/+55
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker14-156/+115
2006-12-02[DCCP]: Set TX Queue Length Bounds via SysctlIan McDonald2-0/+11
2006-12-02[DCCP]: Add CCID3 debug support to KconfigGerrit Renker2-8/+19
2006-12-02[DCCP]: enable debug messages also for static buildsGerrit Renker5-26/+37
2006-12-02NetLabel: honor the audit_enabled flagPaul Moore4-39/+50
2006-12-02NetLabel: use cipso_v4_doi_search() for local CIPSOv4 functionsPaul Moore1-3/+3
2006-12-02NetLabel: return the correct error for translated CIPSOv4 tagsPaul Moore1-0/+4
2006-12-02NetLabel: fixup the handling of CIPSOv4 tags to allow for multiple tag typesPaul Moore1-60/+53
2006-12-02NetLabel: add tag verification when adding new CIPSOv4 DOI definitionsPaul Moore1-0/+14
2006-12-02NetLabel: check for a CIPSOv4 option before we do call into the CIPSOv4 layerPaul Moore2-6/+2
2006-12-02NetLabel: make netlbl_lsm_secattr struct easier/quicker to understandPaul Moore2-9/+18
2006-12-02NetLabel: convert the unlabeled accept flag to use RCUPaul Moore1-7/+21
2006-12-02[TCP]: Tidy up skb_entailArnaldo Carvalho de Melo1-5/+6
2006-12-02[NETROM]: Use kmemdupArnaldo Carvalho de Melo1-5/+7
2006-12-02[AX25]: Use kmemdupArnaldo Carvalho de Melo4-9/+11
2006-12-02[DECNET]: Use kmemdupArnaldo Carvalho de Melo1-3/+1
2006-12-02[DCCP]: Use kmemdupArnaldo Carvalho de Melo1-8/+4
2006-12-02[IPV6]: Use kmemdupArnaldo Carvalho de Melo4-12/+6
2006-12-02[TCP] minisocks: Use kmemdup and LIMIT_NETDEBUGArnaldo Carvalho de Melo1-4/+3
2006-12-02[IPV4]: Use kmemdup in net/ipv4/devinet.cArnaldo Carvalho de Melo1-2/+2
2006-12-02[NETLABEL]: Use kmemdup in cipso_ipv4.cArnaldo Carvalho de Melo1-2/+1
2006-12-02[TCP_IPV4]: Use kmemdup where appropriateArnaldo Carvalho de Melo1-24/+25
2006-12-02[TCP_IPV4]: CodingStyle cleanups, no code changeArnaldo Carvalho de Melo1-68/+75
2006-12-02[DCCP] CCID2: Code optimizationsAndrea Bittau2-2/+21
2006-12-02[NET]: Conditionally use bh_lock_sock_nested in sk_receive_skbArnaldo Carvalho de Melo4-5/+8
2006-12-02[DCCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in dccp_v4_err()Arnaldo Carvalho de Melo1-1/+1
2006-12-02[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 statesGerrit Renker3-35/+37
2006-12-02[NET/IPv4]: Make udp_push_pending_frames staticGerrit Renker1-1/+1
2006-12-02[IPV6]: udp.c build fixDavid S. Miller1-1/+1
2006-12-02[NET]: More dccp endianness annotations.Al Viro1-2/+2
2006-12-02[NET]: netfilter checksum annotationsAl Viro11-87/+47
2006-12-02[NET]: ipvs checksum annotations.Al Viro2-6/+6
2006-12-02[NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit.Al Viro6-10/+10
2006-12-02[NET]: Annotate __skb_checksum_complete() and friends.Al Viro7-11/+11
2006-12-02[NET]: Annotate ip_vs_checksum_complete() and callers.Al Viro1-1/+1
2006-12-02[NET]: Annotate skb_copy_and_csum_bits() and callers.Al Viro1-3/+3
2006-12-02[NET]: Annotate skb_checksum() and callers.Al Viro1-2/+2
2006-12-02[NET]: Annotate callers of the reset of checksum.h stuff.Al Viro6-7/+8
2006-12-02[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...Al Viro3-5/+5
2006-12-02[NET]: Annotate csum_partial() callers in net/*Al Viro4-8/+9
2006-12-02[NET]: annotate csum_ipv6_magic() callers in net/*Al Viro7-26/+27
2006-12-02[NET]: Annotate csum_tcpudp_magic() callers in net/*Al Viro1-1/+1
2006-12-02[NET]: Annotate csum_tcpudp_magic() callers in net/*Al Viro1-1/+2
2006-12-02[NET]: Annotate callers of csum_tcpudp_nofold() in net/*Al Viro1-2/+2
2006-12-02[NET]: Annotate callers of csum_fold() in net/*Al Viro13-22/+24
2006-12-02[NET]: Kill direct includes of asm/checksum.hAl Viro4-4/+0
2006-12-02[IPVS]: Annotate ..._app_hashkey().Al Viro2-6/+10
2006-12-02[BRIDGE]: Annotations.Al Viro7-22/+22
2006-12-02[ATM]: Annotations.Al Viro9-46/+46
2006-12-02[NETFILTER]: More trivial annotations.Al Viro2-3/+3
2006-12-02[IPV6]: Misc endianness annotations.Al Viro18-52/+54
2006-12-02[IPV6]: Assorted trivial endianness annotations.Al Viro12-35/+35
2006-12-02[NET] net/core: Annotations.Al Viro4-42/+38
2006-12-02[IRDA]: Trivial annotations.Al Viro3-7/+7
2006-12-02[NETPOLL]: Minor coding-style cleanups.David S. Miller1-51/+48
2006-12-02[NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker19-396/+898
2006-12-02[IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink apiThomas Graf2-17/+14
2006-12-02[IPv6] iflink: Convert IPv6's RTM_GETLINK to use the new netlink apiThomas Graf1-42/+37
2006-12-02[TCP]: Fix some warning when MD5 is disabled.David S. Miller2-5/+7
2006-12-02[GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf5-82/+25
2006-12-02[GENL]: Add genlmsg_reply() to simply unicast replies to requestsThomas Graf4-5/+5
2006-12-02[TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki10-60/+1531
2006-12-02netpoll queue cleanupStephen Hemminger1-20/+3
2006-12-02netpoll retry cleanupStephen Hemminger1-38/+33
2006-12-02netpoll deferred transmit pathStephen Hemminger1-2/+19
2006-12-02netpoll setup error handlingStephen Hemminger1-7/+13
2006-12-02netpoll per device txqStephen Hemminger1-35/+15
2006-12-02netpoll info leakStephen Hemminger1-6/+19
2006-12-02netpoll: private skb pool (rev3)Stephen Hemminger1-32/+21
2006-12-02[DCCP] ACKVEC: Optimization - Do not traverse records if none will be foundAndrea Bittau1-1/+2
2006-12-02[DCCP]: Miscellaneous code tidy-upsGerrit Renker6-62/+37
2006-12-02[DCCP]: Make feature negotiation more readableGerrit Renker3-30/+131
2006-12-02[DCCPv6]: Resolve conditional build problemGerrit Renker1-4/+4
2006-12-02[TCP/DCCP]: Introduce net_xmit_evalGerrit Renker7-29/+9
2006-12-02[SCTP]: Cleanup of the sctp state table code.Peter Zijlstra1-361/+335
2006-12-02[NET]: The scheduled removal of the frame diverter.Adrian Bunk6-610/+4
2006-12-02[DCCPv6]: Choose a genuine initial sequence numberGerrit Renker3-20/+23
2006-12-02[DCCP]: Remove redundant statements in init_sequence (ISS)Gerrit Renker2-17/+8
2006-12-02[DCCP]: Remove forward declarations in timer.cGerrit Renker1-57/+53
2006-12-02[DCCP]: Introduce a consistent naming scheme for sysctlsGerrit Renker5-33/+32
2006-12-02[DCCP]: Add sysctls to control retransmission behaviourGerrit Renker5-13/+47
2006-12-02[DCCP]: Increment sequence numbers on retransmitted Response packetsGerrit Renker2-7/+13
2006-12-02[DCCP]: Update comments on precisely which packets can be retransmittedGerrit Renker1-4/+6
2006-12-02[DECNET]: Fix build regressions.David S. Miller2-8/+2