[NETEM]: use better types for time values
[powerpc.git] / include /
2007-04-26 Thomas Graf[NET] rules: Unified rules dumping
2007-04-26 Thomas Graf[IPv6]: Use rtnl registration interface
2007-04-26 Thomas Graf[DECNet]: Use rtnl registration interface
2007-04-26 Thomas Graf[PKT_SCHED] qdisc: Use rtnl registration interface
2007-04-26 Thomas Graf[IPv4]: Use rtnl registration interface
2007-04-26 Thomas Graf[NET] rules: Use rtnl registration interface
2007-04-26 Thomas Graf[NEIGH]: Use rtnl registration interface
2007-04-26 Thomas Graf[RTNL]: Message handler registration interface
2007-04-26 Gerrit Renker[DCCP]: Sample RTT from SYN exchange
2007-04-26 Arnaldo Carvalho... [NETLINK]: Use nlmsg_trim() where appropriate
2007-04-26 Arnaldo Carvalho... [NETLINK]: Remove NLMSG_{NEW_ANSWER,CANCEL,END}
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Remove skb_add_mtu() leftovers
2007-04-26 Arnaldo Carvalho... [NETLINK]: Introduce nlmsg_hdr() helper
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->end to sk_buff_data_t
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use offsets for skb->{mac,network,transport...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: unions of just one member don't get anything...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header_len
2007-04-26 Patrick McHardy[NET_SCHED]: kill jiffie conversion macros
2007-04-26 Patrick McHardy[NET_SCHED]: Add hrtimer based qdisc watchdog
2007-04-26 Patrick McHardy[NET_SCHED]: Use ktime as clocksource
2007-04-26 Arnaldo Carvalho... [KBUILD]: Unifdef headers changed by the skb layer...
2007-04-26 Pablo Neira Ayuso[NETFILTER]: ctnetlink: add support for internal tcp...
2007-04-26 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: add nf_copy() to safely...
2007-04-26 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: add __nf_copy() to copy...
2007-04-26 Patrick McHardy[JHASH]: Use const in jhash2
2007-04-26 Patrick McHardy[NETFILTER]: nf_conntrack: uninline notifier registrati...
2007-04-26 Patrick McHardy[NETFILTER]: nfnetlink: use mutex instead of semaphore
2007-04-26 Patrick McHardy[NETFILTER]: nf_conntrack: remove ugly hack in l4proto...
2007-04-26 Patrick McHardy[NETFILTER]: Remove IPv4 only connection tracking/NAT
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipipv6_hdr(), remove skb->h.ipv6h
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
2007-04-26 Arnaldo Carvalho... [TCP]: Introduce tcp_hdrlen() and tcp_optlen()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce igmp_hdr() & friends, remove skb...
2007-04-26 Arnaldo Carvalho... [ICMP6]: Introduce icmp6_hdr()
2007-04-26 Arnaldo Carvalho... [SCTP]: Introduce sctp_hdr()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_set_transport_header
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_offset()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [IP]: Introduce ip_hdrlen()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_set_network_header
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_offset()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_network_header(skb)
2007-04-26 Arnaldo Carvalho... [PPPOE]: Introduce pppoe_hdr()
2007-04-26 Arnaldo Carvalho... [LLC]: Kill llc_set_pdu_hdr
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_mac_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_set_mac_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_mac_header(skb)
2007-04-26 Eric Dumazet[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support
2007-04-26 Stephen Hemminger[NET]: Replace CONFIG_NET_DEBUG with sysctl.
2007-04-26 Eric Dumazet[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps...
2007-04-26 David S. Miller[TCP]: Abstract out all write queue operations.
2007-04-26 Herbert Xu[UDP]: Clean up UDP-Lite receive checksum
2007-04-26 David S. Miller[NETLINK]: Limit NLMSG_GOODSIZE to 8K.
2007-04-26 Neil Horman[IPV6] ADDRCONF: Optimistic Duplicate Address Detection...
2007-04-26 Eric Dumazet[NET]: convert network timestamps to ktime_t
2007-04-26 Stephen Hemminger[NET]: div64_64 consolidate (rev3)
2007-04-26 James Morris[NET]: Convert xtime.tv_sec to get_seconds()
2007-04-26 Eric Dumazet[NET]: Keep sk_backlog near sk_lock
2007-04-26 Ilpo Järvinen[TCP]: Add two new spurious RTO responses to FRTO
2007-04-26 David S. Miller[TCP]: Make snd_cwnd_clamp a u32.
2007-04-26 Eric Dumazet[TCP]: Keep copied_seq, rcv_wup and rcv_next together.
2007-04-26 John Heffner[TCP]: Add RFC3742 Limited Slow-Start, controlled by...
2007-04-26 Ilpo Järvinen[TCP] FRTO: Entry is allowed only during (New)Reno...
2007-04-26 Ilpo Järvinen[TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.c
2007-04-25 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/sparc-2.6
2007-04-25 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2007-04-24 YOSHIFUJI Hideaki[IPV6]: Disallow RH0 by default.
2007-04-24 Linus TorvaldsMerge branch 'for-linus' of git://one.firstfloor.org...
2007-04-24 Linus TorvaldsMerge /pub/scm/linux/kernel/git/bart/ide-2.6
2007-04-24 Balbir SinghTaskstats fix the structure members alignment issue
2007-04-23 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2007-04-21 Linus TorvaldsMerge /pub/scm/linux/kernel/git/bart/ide-2.6
2007-04-21 Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2007-04-21 Trond MyklebustNFS: clean up the unstable write code
2007-04-20 Dave Johnson[MIPS] Fix wrong checksum for split TCP packets on...
2007-04-20 Atsushi Nemoto[MIPS] Fix BUG(), BUG_ON() handling
2007-04-20 Atsushi Nemoto[MIPS] Retry {save,restore}_fp_context if failed in...
2007-04-20 Atsushi Nemoto[MIPS] Disallow CpU exception in kernel again.
2007-04-20 Mark Mason[MIPS] Add missing silicon revisions for BCM112x
2007-04-20 Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2007-04-17 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2007-04-17 Linus TorvaldsMerge branch 'for-linus' of /linux/kernel/git/roland...
2007-04-17 Linus TorvaldsMerge branch 'for-linus' of git://one.firstfloor.org...
2007-04-17 Russell KingProvide dummy devm_ioport_* if !HAS_IOPORT
2007-04-17 Ivan Kokshayskyalpha: build fixes - force architecture
2007-04-17 Ivan Kokshayskyalpha: fixes for specific machine types
2007-04-17 Randy Dunlapkernel-doc: fix plist.h comments
2007-04-17 Don Zickusallow vmsplice to work in 32-bit mode on ppc64
2007-04-17 Pavel Emelianov[NET]: Set a separate lockdep class for neighbour table...
2007-04-17 Herbert Xu[NET]: Get rid of alloc_skb_from_cache
2007-04-16 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
next