aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2006-12-02[NETFILTER]: x_tables: add port of hashlimit match for IPv4 and IPv6Patrick McHardy
2006-12-02[NETFILTER]: nfnetlink_log: remove useless prefix length limitationPatrick McHardy
2006-12-02[NETFILTER]: nfnetlink_queue: allow changing queue length through netlinkEric Leblond
2006-12-02[NETFILTER]: ctnetlink: rework conntrack fields dumping logic on eventsPablo Neira Ayuso
2006-12-02[NETFILTER]: ctnetlink: check for status attribute existence on conntrack cre...Pablo Neira Ayuso
2006-12-02[NETFILTER]: sip conntrack: better NAT handlingPatrick McHardy
2006-12-02[NETFILTER]: sip conntrack: make header shortcuts optionalPatrick McHardy
2006-12-02[NETFILTER]: sip conntrack: do case insensitive SIP header searchPatrick McHardy
2006-12-02[NETFILTER]: sip conntrack: minor cleanupPatrick McHardy
2006-12-02[NETFILTER]: ip_conntrack: fix NAT helper unload racesPatrick McHardy
2006-12-02[NETFILTER]: conntrack: add '_get' to {ip, nf}_conntrack_expect_findYasuyuki Kozakai
2006-12-02[NETFILTER]: nf_conntrack: /proc compatibility with old connection trackingPatrick McHardy
2006-12-02[NETFILTER]: nf_conntrack: sysctl compatibility with old connection trackingPatrick McHardy
2006-12-02[NETFILTER]: nf_conntrack: move conntrack protocol sysctls to individual modulesPatrick McHardy
2006-12-02[NETFILTER]: nf_conntrack: automatic sysctl registation for conntrack protocolsPatrick McHardy
2006-12-02[NETFILTER]: nf_conntrack: move extern declaration to header filesPatrick McHardy
2006-12-02[NETFILTER]: nf_conntrack_ftp: fix missing helper mask initilizationPatrick McHardy
2006-12-02[NETFILTER]: nf_conntrack: reduce timer updates in __nf_ct_refresh_acct()Martin Josefsson
2006-12-02[NETFILTER]: nf_conntrack: remove unused struct list_head from protocolsMartin Josefsson
2006-12-02[NETFILTER]: nf_conntrack: minor __nf_ct_refresh_acct() whitespace cleanupMartin Josefsson
2006-12-02[NETFILTER]: nf_conntrack: remove ASSERT_{READ,WRITE}_LOCKMartin Josefsson
2006-12-02[NETFILTER]: nf_conntrack: more sanity checks in protocol registration/unregi...Martin Josefsson
2006-12-02[NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocolMartin Josefsson
2006-12-02[NETFILTER]: More __read_mostly annotationsMartin Josefsson
2006-12-02[NETFILTER]: nf_conntrack: split out protocol handlingMartin Josefsson
2006-12-02[NETFILTER]: nf_conntrack: split out the event cacheMartin Josefsson
2006-12-02[NETFILTER]: nf_conntrack: split out helper handlingMartin Josefsson
2006-12-02[NETFILTER]: nf_conntrack: split out expectation handlingMartin Josefsson
2006-12-02[TCP] Vegas: Increase default alpha to 2 and beta to 4.David S. Miller
2006-12-02[DCCP]: Use `unsigned' for packet lengthsGerrit Renker
2006-12-02[DCCP] ccid3: Larger initial windowsGerrit Renker
2006-12-02[DCCP]: Make {set,get}sockopt(DCCP_SOCKOPT_PACKET_SIZE) return 0Arnaldo Carvalho de Melo
2006-12-02[DCCP]: Tidy up unused structuresGerrit Renker
2006-12-02[DCCP] ccid3: Track RX/TX packet size `s' using moving-averageGerrit Renker
2006-12-02[DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448Gerrit Renker
2006-12-02[DCCP]: Remove allocation of sysctl numbersGerrit Renker
2006-12-02[DCCP] ccid3: Consolidate handling of t_RTOGerrit Renker
2006-12-02[DCCP] ccid3: Consistently update t_nom, t_ipi, t_deltaGerrit Renker
2006-12-02[DCCP] ccid3: Consolidate timer resetsGerrit Renker
2006-12-02[XFRM]: Convert a few __u8 to proper u8Jamal Hadi Salim
2006-12-02[XFRM]: Make flush notifier prettier when subpolicy usedJamal Hadi Salim
2006-12-02[UDP(-Lite)]: consolidate v4 and v6 get|setsockopt codeGerrit Renker
2006-12-02[RTNETLINK]: Add rtnl_put_cacheinfo() to unify some codeThomas Graf
2006-12-02[NETLINK]: Remove unused dst_pid field in netlink_skb_parmsThomas Graf
2006-12-02[DCCP] ccid3: Resolve small FIXMEGerrit Renker
2006-12-02[DCCP] ccid3: Remove redundant statements in ccid3_hc_tx_packet_sentGerrit Renker
2006-12-02[DCCP] ccid3: Avoid congestion control on zero-sized data packetsGerrit Renker
2006-12-02[DCCP] ccid3: Simplify control flow of ccid3_hc_tx_send_packetGerrit Renker
2006-12-02[DCCP] ccid3: Fix calculation of t_ipi time of scheduled transmissionGerrit Renker
2006-12-02[DCCP] ccid3: Simplify control flow in the calculation of t_ipiGerrit Renker