[NET]: Get rid of netdev_nit
[powerpc.git] / include / linux /
2007-04-26 Stephen Hemminger[NET] skbuff: skb_store_bits const is backwards
2007-04-26 Peter P. Waskiewicz Jr[AF_PACKET]: Add option to return orig_dev to userspace.
2007-04-26 YOSHIFUJI Hideaki[IPV6] SNMP: Netlink interface.
2007-04-26 John Heffner[INET]: Add IP(V6)_PMTUDISC_RPOBE
2007-04-26 Patrick McHardy[NETLINK]: Switch cb_lock spinlock to mutex and allow...
2007-04-26 Bart De Schuymer[NETFILTER]: ebt_arp: add gratuitous arp filtering
2007-04-26 Michael Milner[NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encaps...
2007-04-26 Gerrit Renker[DCCP]: Complete documentation of dccp_sock
2007-04-26 Stephen Hemmingerbridge: eliminate call by reference
2007-04-26 Herbert Xu[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY
2007-04-26 Herbert Xu[NET]: Use csum_start offset instead of skb_transport_h...
2007-04-26 YOSHIFUJI Hideaki[IPV6] FIB6RULE: Find source address during looking...
2007-04-26 David Howells[NET]: Move generic skbuff stuff from XFRM code to...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
2007-04-26 Rusty Russell[NET]: Inline net_device_stats
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
2007-04-26 Herbert Xu[NET]: Allow forwarding of ip_summed except CHECKSUM_CO...
2007-04-26 Thomas Graf[NET] fib_rules: Add no-operation action
2007-04-26 Thomas Graf[NET] fib_rules: Mark rules detached from the device
2007-04-26 Thomas Graf[NET] fib_rules: goto rule action
2007-04-26 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: kill destroy() in struct...
2007-04-26 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: don't use nfct in skb if...
2007-04-26 Thomas Graf[NETLINK]: Remove error pointer from netlink message...
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]: 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 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]: nfnetlink: use mutex instead of semaphore
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... [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... [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 Stephen Hemminger[NET]: Replace CONFIG_NET_DEBUG with sysctl.
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 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-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 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 Randy Dunlapkernel-doc: fix plist.h comments
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
2007-04-15 Trond MyklebustNFS: Ensure PG_writeback is cleared when writeback...
2007-04-11 Jeff GarzikMerge branch 'upstream-fixes' of git://git./linux/kerne...
2007-04-11 Linus TorvaldsMerge branch 'for-2.6.21' of /linux/kernel/git/davej...
2007-04-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-04-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-04-11 Linus TorvaldsMerge branch 'upstream-fixes' of git://git./linux/kerne...
2007-04-11 Linus TorvaldsMerge /pub/scm/linux/kernel/git/bart/ide-2.6
2007-04-11 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
next