summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2007-04-25[NET] fib_rules: goto rule actionThomas Graf-1/+6
2007-04-25[INET]: Use jhash + random secret for ehash.David S. Miller-9/+14
2007-04-25[NETLINK]: introduce NLA_BINARY typeJohannes Berg-1/+3
2007-04-25[SCTP]: Implement SCTP_MAX_BURST socket option.Vlad Yasevich-1/+4
2007-04-25[SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification.Vlad Yasevich-0/+2
2007-04-25[SCTP]: Honor flags when setting peer address parametersVlad Yasevich-7/+8
2007-04-25[SCTP]: Implement SCTP_ADDR_CONFIRMED state for ADDR_CHNAGE eventVlad Yasevich-0/+1
2007-04-25[SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option.Vlad Yasevich-0/+3
2007-04-25[SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket optionVlad Yasevich-3/+6
2007-04-25[NET_SCHED]: Unline tcf_destroyPatrick McHardy-8/+2
2007-04-25[NET_SCHED]: turn PSCHED_GET_TIME into inline functionPatrick McHardy-5/+7
2007-04-25[NET_SCHED]: turn PSCHED_TDIFF_SAFE into inline functionPatrick McHardy-3/+7
2007-04-25[NET_SCHED]: kill PSCHED_TDIFFPatrick McHardy-1/+0
2007-04-25[NET_SCHED]: kill PSCHED_SET_PASTPERFECT/PSCHED_IS_PASTPERFECTPatrick McHardy-4/+3
2007-04-25[NET_SCHED]: kill PSCHED_TLESSPatrick McHardy-1/+0
2007-04-25[NET_SCHED]: kill PSCHED_TADD/PSCHED_TADD2Patrick McHardy-2/+0
2007-04-25[NET_SCHED]: kill PSCHED_AUDIT_TDIFFPatrick McHardy-1/+0
2007-04-25[NETLINK]: Remove error pointer from netlink message handlerThomas Graf-1/+1
2007-04-25[NET] rules: Unified rules dumpingThomas Graf-3/+8
2007-04-25[IPv6]: Use rtnl registration interfaceThomas Graf-7/+0
2007-04-25[DECNet]: Use rtnl registration interfaceThomas Graf-10/+0
2007-04-25[PKT_SCHED] qdisc: Use rtnl registration interfaceThomas Graf-1/+1
2007-04-25[IPv4]: Use rtnl registration interfaceThomas Graf-6/+0
2007-04-25[NET] rules: Use rtnl registration interfaceThomas Graf-5/+1
2007-04-25[NEIGH]: Use rtnl registration interfaceThomas Graf-9/+1
2007-04-25[RTNL]: Message handler registration interfaceThomas Graf-0/+18
2007-04-25[NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo-9/+7
2007-04-25[NET_SCHED]: kill jiffie conversion macrosPatrick McHardy-3/+0
2007-04-25[NET_SCHED]: Add hrtimer based qdisc watchdogPatrick McHardy-0/+10
2007-04-25[NET_SCHED]: Use ktime as clocksourcePatrick McHardy-156/+13
2007-04-25[NETFILTER]: nf_conntrack: uninline notifier registration functionsPatrick McHardy-24/+6
2007-04-25[NETFILTER]: nfnetlink: use mutex instead of semaphorePatrick McHardy-4/+1
2007-04-25[NETFILTER]: nf_conntrack: remove ugly hack in l4proto registrationPatrick McHardy-0/+3
2007-04-25[NETFILTER]: Remove IPv4 only connection tracking/NATPatrick McHardy-155/+5
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo-4/+4
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo-4/+4
2007-04-25[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo-1/+1
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo-3/+3
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo-1/+1
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo-4/+4
2007-04-25[IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo-1/+6
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo-6/+8
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo-1/+1
2007-04-25[LLC]: Kill llc_set_pdu_hdrArnaldo Carvalho de Melo-6/+5
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo-2/+2
2007-04-25[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS supportEric Dumazet-10/+7
2007-04-25[NET]: Replace CONFIG_NET_DEBUG with sysctl.Stephen Hemminger-7/+5
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet-0/+2
2007-04-25[TCP]: Abstract out all write queue operations.David S. Miller-21/+114