aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2007-04-25[SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option.Vlad Yasevich
2007-04-25[SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket optionVlad Yasevich
2007-04-25[NET_SCHED]: Unline tcf_destroyPatrick McHardy
2007-04-25[NET_SCHED]: turn PSCHED_GET_TIME into inline functionPatrick McHardy
2007-04-25[NET_SCHED]: turn PSCHED_TDIFF_SAFE into inline functionPatrick McHardy
2007-04-25[NET_SCHED]: kill PSCHED_TDIFFPatrick McHardy
2007-04-25[NET_SCHED]: kill PSCHED_SET_PASTPERFECT/PSCHED_IS_PASTPERFECTPatrick McHardy
2007-04-25[NET_SCHED]: kill PSCHED_TLESSPatrick McHardy
2007-04-25[NET_SCHED]: kill PSCHED_TADD/PSCHED_TADD2Patrick McHardy
2007-04-25[NET_SCHED]: kill PSCHED_AUDIT_TDIFFPatrick McHardy
2007-04-25[NETLINK]: Remove error pointer from netlink message handlerThomas Graf
2007-04-25[NET] rules: Unified rules dumpingThomas Graf
2007-04-25[IPv6]: Use rtnl registration interfaceThomas Graf
2007-04-25[DECNet]: Use rtnl registration interfaceThomas Graf
2007-04-25[PKT_SCHED] qdisc: Use rtnl registration interfaceThomas Graf
2007-04-25[IPv4]: Use rtnl registration interfaceThomas Graf
2007-04-25[NET] rules: Use rtnl registration interfaceThomas Graf
2007-04-25[NEIGH]: Use rtnl registration interfaceThomas Graf
2007-04-25[RTNL]: Message handler registration interfaceThomas Graf
2007-04-25[NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo
2007-04-25[NET_SCHED]: kill jiffie conversion macrosPatrick McHardy
2007-04-25[NET_SCHED]: Add hrtimer based qdisc watchdogPatrick McHardy
2007-04-25[NET_SCHED]: Use ktime as clocksourcePatrick McHardy
2007-04-25[NETFILTER]: nf_conntrack: uninline notifier registration functionsPatrick McHardy
2007-04-25[NETFILTER]: nfnetlink: use mutex instead of semaphorePatrick McHardy
2007-04-25[NETFILTER]: nf_conntrack: remove ugly hack in l4proto registrationPatrick McHardy
2007-04-25[NETFILTER]: Remove IPv4 only connection tracking/NATPatrick McHardy
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo
2007-04-25[LLC]: Kill llc_set_pdu_hdrArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo
2007-04-25[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS supportEric Dumazet
2007-04-25[NET]: Replace CONFIG_NET_DEBUG with sysctl.Stephen Hemminger
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet
2007-04-25[TCP]: Abstract out all write queue operations.David S. Miller
2007-04-25[UDP]: Clean up UDP-Lite receive checksumHerbert Xu
2007-04-25[IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support.Neil Horman
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet
2007-04-25[NET]: Convert xtime.tv_sec to get_seconds()James Morris
2007-04-25[NET]: Keep sk_backlog near sk_lockEric Dumazet
2007-04-25[TCP]: Add two new spurious RTO responses to FRTOIlpo Järvinen
2007-04-25[TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_...John Heffner