aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-25[SCTP]: Implement SCTP_ADDR_CONFIRMED state for ADDR_CHNAGE eventVlad Yasevich1-0/+1
2007-04-25[SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option.Vlad Yasevich2-0/+3
2007-04-25[SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket optionVlad Yasevich3-3/+6
2007-04-25[NET_SCHED]: Unline tcf_destroyPatrick McHardy1-8/+2
2007-04-25[NET_SCHED]: turn PSCHED_GET_TIME into inline functionPatrick McHardy2-5/+7
2007-04-25[NET_SCHED]: turn PSCHED_TDIFF_SAFE into inline functionPatrick McHardy2-3/+7
2007-04-25[NET_SCHED]: kill PSCHED_TDIFFPatrick McHardy1-1/+0
2007-04-25[NET_SCHED]: kill PSCHED_SET_PASTPERFECT/PSCHED_IS_PASTPERFECTPatrick McHardy2-4/+3
2007-04-25[NET_SCHED]: kill PSCHED_TLESSPatrick McHardy1-1/+0
2007-04-25[NET_SCHED]: kill PSCHED_TADD/PSCHED_TADD2Patrick McHardy1-2/+0
2007-04-25[NET_SCHED]: kill PSCHED_AUDIT_TDIFFPatrick McHardy1-1/+0
2007-04-25[NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for dietYasuyuki Kozakai2-2/+3
2007-04-25[NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabledYasuyuki Kozakai2-21/+14
2007-04-25[NETLINK]: Remove error pointer from netlink message handlerThomas Graf2-2/+2
2007-04-25[NET] rules: Unified rules dumpingThomas Graf2-3/+8
2007-04-25[IPv6]: Use rtnl registration interfaceThomas Graf2-7/+0
2007-04-25[DECNet]: Use rtnl registration interfaceThomas Graf2-10/+0
2007-04-25[PKT_SCHED] qdisc: Use rtnl registration interfaceThomas Graf1-1/+1
2007-04-25[IPv4]: Use rtnl registration interfaceThomas Graf1-6/+0
2007-04-25[NET] rules: Use rtnl registration interfaceThomas Graf1-5/+1
2007-04-25[NEIGH]: Use rtnl registration interfaceThomas Graf1-9/+1
2007-04-25[RTNL]: Message handler registration interfaceThomas Graf2-7/+18
2007-04-25[DCCP]: Sample RTT from SYN exchangeGerrit Renker1-0/+2
2007-04-25[NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo1-1/+1
2007-04-25[NETLINK]: Remove NLMSG_{NEW_ANSWER,CANCEL,END}Arnaldo Carvalho de Melo1-12/+0
2007-04-25[SK_BUFF]: Remove skb_add_mtu() leftoversArnaldo Carvalho de Melo1-1/+0
2007-04-25[NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo1-0/+5
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo1-5/+18
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo7-27/+58
2007-04-25[SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architecturesArnaldo Carvalho de Melo1-18/+86
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2-31/+22
2007-04-25[SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo1-0/+5
2007-04-25[NET_SCHED]: kill jiffie conversion macrosPatrick McHardy1-3/+0
2007-04-25[NET_SCHED]: Add hrtimer based qdisc watchdogPatrick McHardy1-0/+10
2007-04-25[NET_SCHED]: Use ktime as clocksourcePatrick McHardy1-156/+13
2007-04-25[KBUILD]: Unifdef headers changed by the skb layer header refactoringsArnaldo Carvalho de Melo1-3/+3
2007-04-25[NETFILTER]: ctnetlink: add support for internal tcp connection tracking flags handlingPablo Neira Ayuso2-0/+9
2007-04-25[NETFILTER]: nf_conntrack: add nf_copy() to safely copy members in skbYasuyuki Kozakai1-0/+13
2007-04-25[NETFILTER]: nf_conntrack: add __nf_copy() to copy members in skbYasuyuki Kozakai1-0/+17
2007-04-25[JHASH]: Use const in jhash2Patrick McHardy1-1/+1
2007-04-25[NETFILTER]: nf_conntrack: uninline notifier registration functionsPatrick McHardy1-24/+6
2007-04-25[NETFILTER]: nfnetlink: use mutex instead of semaphorePatrick McHardy2-17/+1
2007-04-25[NETFILTER]: nf_conntrack: remove ugly hack in l4proto registrationPatrick McHardy1-0/+3
2007-04-25[NETFILTER]: Remove IPv4 only connection tracking/NATPatrick McHardy27-1860/+6
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo14-23/+33
2007-04-25[SK_BUFF]: Introduce ipipv6_hdr(), remove skb->h.ipv6hArnaldo Carvalho de Melo2-1/+5
2007-04-25[SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiphArnaldo Carvalho de Melo2-1/+5
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo4-7/+11
2007-04-25[TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo1-0/+10
2007-04-25[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo2-1/+9