aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-12-02[XFRM]: Fix aevent structuring to be more complete.Jamal Hadi Salim1-1/+3
2006-12-02[NETFILTER]: xtables: fixes warning on compilation of hashlimitYasuyuki Kozakai1-1/+1
2006-12-02[ROSE] rose_add_loopback_node: propagate -EAlexey Dobriyan1-2/+2
2006-12-02[NETFILTER]: nf_conntrack: fix header inclusions for helpersYasuyuki Kozakai5-4/+4
2006-12-02[NETFILTER]: nf_conntrack: EXPORT_SYMBOL cleanupPatrick McHardy10-86/+75
2006-12-02[NETFILTER]: Mark old IPv4-only connection tracking scheduled for removalPatrick McHardy3-5/+5
2006-12-02[NETFILTER]: nf_nat: add SNMP NAT helper portPatrick McHardy3-0/+1348
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add TFTP helper portPatrick McHardy6-0/+229
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add SIP helper portPatrick McHardy6-0/+832
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add PPTP helper portPatrick McHardy9-0/+1449
2006-12-02[NETFILTER]: nf_conntrack: add NetBIOS name service helper portPatrick McHardy3-0/+145
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add IRC helper portPatrick McHardy6-0/+404
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add H.323 helper portPatrick McHardy8-6/+2487
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add amanda helper portPatrick McHardy6-0/+337
2006-12-02[NETFILTER]: nf_conntrack: add helper function for expectation initializationPatrick McHardy1-0/+68
2006-12-02[NETFILTER]: nf_nat: add FTP NAT helper portJozsef Kadlecsik4-19/+210
2006-12-02[NETFILTER]: Add NAT support for nf_conntrackJozsef Kadlecsik20-43/+2389
2006-12-02[NETFILTER]: nf_conntrack: add module aliases to IPv4 conntrack namesPatrick McHardy4-0/+4
2006-12-02[NETFILTER]: Kconfig: improve conntrack selectionPatrick McHardy2-20/+44
2006-12-02[NETFILTER]: nf_conntrack: automatic helper assignment for expectationsPatrick McHardy4-6/+18
2006-12-02[NETFILTER]: nf_conntrack: endian annotationsPatrick McHardy10-56/+49
2006-12-02[NETFILTER]: nf_conntrack: fix helper structure alignmentPatrick McHardy1-4/+5
2006-12-02[NETFILTER]: nf_conntrack: fix NF_CONNTRACK_PROC_COMPAT dependencyPatrick McHardy1-1/+1
2006-12-02[NET]: Accept wildcard delimiters in in[46]_ptonPatrick McHardy1-4/+6
2006-12-02[PKT_SCHED] act_gact: division by zeroKim Nordlund1-2/+2
2006-12-02[GENETLINK]: Add cmd dump completion.Jamal Hadi Salim1-1/+1
2006-12-02[ATM]: Kill ipcommon.[ch]David S. Miller5-98/+47
2006-12-02[NET_SCHED]: policer: restore compatibility with old iproute binariesPatrick McHardy1-4/+22
2006-12-02[PKT_SCHED]: Remove unused exports.Adrian Bunk2-4/+0
2006-12-02[EBTABLES]: Split ebt_replace into user and kernel variants, annotate.Al Viro4-12/+13
2006-12-02[EBTABLES]: Clean ebt_register_table() up.Al Viro1-12/+21
2006-12-02[EBTABLES]: Move calls of ebt_verify_pointers() upstream.Al Viro1-9/+11
2006-12-02[EBTABLES]: ebt_check_entry() doesn't need valid_hooksAl Viro1-4/+3
2006-12-02[EBTABLES]: Clean ebt_get_udc_positions() up.Al Viro1-6/+2
2006-12-02[EBTABLES]: Switch ebt_check_entry_size_and_hooks() to use of newinfo->hook_e...Al Viro1-10/+6
2006-12-02[EBTABLES]: translate_table(): switch direct uses of repl->hook_info to newinfoAl Viro1-5/+5
2006-12-02[EBTABLES]: Move more stuff into ebt_verify_pointers().Al Viro1-19/+19
2006-12-02[EBTABLES]: Pull the loop doing __ebt_verify_pointers() into a separate funct...Al Viro1-37/+41
2006-12-02[EBTABLES]: Split ebt_check_entry_size_and_hooksAl Viro1-24/+49
2006-12-02[EBTABLES]: Prevent wraparounds in checks for entry components' sizes.Al Viro1-8/+9
2006-12-02[EBTABLES]: Deal with the worst-case behaviour in loop checks.Al Viro1-1/+3
2006-12-02[EBTABLES]: Verify that ebt_entries have zero ->distinguisher.Al Viro1-5/+5
2006-12-02[EBTABLES]: Fix wraparounds in ebt_entries verification.Al Viro1-7/+16
2006-12-02[TCP]: Fix warnings with TCP_MD5SIG disabled.Andrew Morton2-6/+6
2006-12-02[NET]: Possible cleanups.Adrian Bunk5-16/+16
2006-12-02[IPSEC]: Add AF_KEY interface for encapsulation family.Miika Komu1-15/+25
2006-12-02[IPSEC]: Add netlink interface for the encapsulation family.Miika Komu1-1/+3
2006-12-02[IPSEC]: Add encapsulation family.Miika Komu1-0/+1
2006-12-02[TCP] MD5SIG: Kill CONFIG_TCP_MD5SIG_DEBUG.David S. Miller2-44/+1
2006-12-02[NET_SCHED]: Fix endless loops (part 5): netem/tbf/hfsc ->requeue failuresPatrick McHardy3-5/+3
2006-12-02[NET_SCHED]: Fix endless loops (part 4): HTBPatrick McHardy1-7/+17
2006-12-02[NET_SCHED]: Fix endless loops (part 3): HFSCPatrick McHardy1-5/+13
2006-12-02[NET_SCHED]: Fix endless loops (part 2): "simple" qdiscsPatrick McHardy7-10/+22
2006-12-02[NET_SCHED]: Fix endless loops caused by inaccurate qlen counters (part 1)Patrick McHardy1-6/+32
2006-12-02[NET_SCHED]: Set parent classid in default qdiscsPatrick McHardy10-23/+39
2006-12-02[NET_SCHED]: sch_htb: perform qlen adjustment immediately in ->deletePatrick McHardy1-1/+6
2006-12-02NetLabel: add the ranged tag to the CIPSOv4 protocolPaul Moore1-0/+268
2006-12-02NetLabel: add the enumerated tag to the CIPSOv4 protocolPaul Moore1-0/+233
2006-12-02NetLabel: convert to an extensibile/sparse category bitmapPaul Moore2-99/+270
2006-12-02[NETFILTER]: remove the reference to ipchains from KconfigPablo Neira Ayuso1-1/+1
2006-12-02[NETFILTER]: Fix PROC_FS=n warningsPatrick McHardy2-7/+17
2006-12-02[NETFILTER]: remove remaining ASSERT_{READ,WRITE}_LOCKPatrick McHardy5-18/+0
2006-12-02[NETFILTER]: ebtables: add --snap-arp optionBart De Schuymer2-6/+27
2006-12-02[NETFILTER]: x_tables: add NFLOG targetPatrick McHardy5-14/+102
2006-12-02[NETFILTER]: x_tables: add port of hashlimit match for IPv4 and IPv6Patrick McHardy5-251/+290
2006-12-02[NETFILTER]: nfnetlink_log: remove useless prefix length limitationPatrick McHardy1-9/+10
2006-12-02[NETFILTER]: nfnetlink_queue: allow changing queue length through netlinkEric Leblond1-0/+8
2006-12-02[NETFILTER]: ctnetlink: rework conntrack fields dumping logic on eventsPablo Neira Ayuso2-44/+54
2006-12-02[NETFILTER]: ctnetlink: check for status attribute existence on conntrack cre...Pablo Neira Ayuso2-6/+10
2006-12-02[NETFILTER]: sip conntrack: better NAT handlingPatrick McHardy2-69/+131
2006-12-02[NETFILTER]: sip conntrack: make header shortcuts optionalPatrick McHardy1-3/+2
2006-12-02[NETFILTER]: sip conntrack: do case insensitive SIP header searchPatrick McHardy2-7/+20
2006-12-02[NETFILTER]: sip conntrack: minor cleanupPatrick McHardy2-45/+45
2006-12-02[NETFILTER]: ip_conntrack: fix NAT helper unload racesPatrick McHardy15-169/+216
2006-12-02[NETFILTER]: conntrack: add '_get' to {ip, nf}_conntrack_expect_findYasuyuki Kozakai8-11/+11
2006-12-02[NETFILTER]: nf_conntrack: /proc compatibility with old connection trackingPatrick McHardy5-1/+431
2006-12-02[NETFILTER]: nf_conntrack: sysctl compatibility with old connection trackingPatrick McHardy9-0/+327
2006-12-02[NETFILTER]: nf_conntrack: move conntrack protocol sysctls to individual modulesPatrick McHardy11-327/+293
2006-12-02[NETFILTER]: nf_conntrack: automatic sysctl registation for conntrack protocolsPatrick McHardy3-0/+237
2006-12-02[NETFILTER]: nf_conntrack: move extern declaration to header filesPatrick McHardy6-37/+0
2006-12-02[NETFILTER]: nf_conntrack_ftp: fix missing helper mask initilizationPatrick McHardy1-0/+1
2006-12-02[NETFILTER]: nf_conntrack: reduce timer updates in __nf_ct_refresh_acct()Martin Josefsson1-3/+8
2006-12-02[NETFILTER]: nf_conntrack: remove unused struct list_head from protocolsMartin Josefsson1-1/+0
2006-12-02[NETFILTER]: nf_conntrack: minor __nf_ct_refresh_acct() whitespace cleanupMartin Josefsson1-3/+4
2006-12-02[NETFILTER]: nf_conntrack: remove ASSERT_{READ,WRITE}_LOCKMartin Josefsson2-11/+0
2006-12-02[NETFILTER]: nf_conntrack: more sanity checks in protocol registration/unregi...Martin Josefsson2-7/+50
2006-12-02[NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocolMartin Josefsson16-175/+175
2006-12-02[NETFILTER]: More __read_mostly annotationsMartin Josefsson3-5/+5
2006-12-02[NETFILTER]: nf_conntrack: split out protocol handlingMartin Josefsson4-198/+226
2006-12-02[NETFILTER]: nf_conntrack: split out the event cacheMartin Josefsson9-69/+103
2006-12-02[NETFILTER]: nf_conntrack: split out helper handlingMartin Josefsson3-120/+153
2006-12-02[NETFILTER]: nf_conntrack: split out expectation handlingMartin Josefsson6-343/+372
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