[NET]: Use existing device list walker for /proc/dev_mcast.
[linux-2.6] / net /
2008-02-29  Pavel Emelyanov[NET]: Use existing device list walker for /proc/dev_mcast.
2008-02-29  Denis V. Lunev[INET]: Remove struct dst_entry *dst from request_sock_...
2008-02-29  Neil Horman[SCTP]: extend exported data in /proc/net/sctp/assoc
2008-02-29  Pavel Emelyanov[NETFILTER/RXRPC]: Don't use seq_release_private where...
2008-02-29  Pavel Emelyanov[ATALK/DECNET]: Use seq_open_private in appletalk and...
2008-02-29  Pavel Emelyanov[ATM]: Use seq_open/release_privade instead of manual...
2008-02-29  David S. Miller[NET]: sk_release_kernel needs to be exported to modules
2008-02-29  Denis V. Lunev[NETNS]: Make icmpv6_sk per namespace.
2008-02-29  Denis V. Lunev[NETNS]: Make icmp_sk per namespace.
2008-02-29  Denis V. Lunev[NETNS]: icmp(v6)_sk should not pin a namespace.
2008-02-29  Denis V. Lunev[NET]: Make netlink_kernel_release publically available...
2008-02-29  Denis V. Lunev[NETLINK]: No need for a separate __netlink_release...
2008-02-29  Denis V. Lunev[ICMP]: Allocate data for __icmp(v6)_sk dynamically.
2008-02-29  Denis V. Lunev[ICMP]: Pass proper ICMP socket into icmp(v6)_xmit_...
2008-02-29  Denis V. Lunev[ICMP]: Store sock rather than socket for ICMP flow...
2008-02-29  Denis V. Lunev[ICMP]: Optimize icmp_socket usage.
2008-02-29  Denis V. Lunev[ICMP]: Add return code to icmp_init.
2008-02-29  Denis V. Lunev[INET]: Remove struct net_proto_family* from _init...
2008-02-29  Timo Teras[XFRM]: Speed up xfrm_policy and xfrm_state walking
2008-02-29  Adrian Bunk[IPV6]: Unexport ip6_find_1stfragopt
2008-02-29  Juha-Matti Tapio[IPV6]: Fix source address selection for ORCHID addresses
2008-02-29  Juha-Matti Tapio[IPV6]: Add ORCHID prefix to address label table
2008-02-29  Denis V. Lunev[NETNS]: Process inet_select_addr inside a namespace.
2008-02-29  Denis V. Lunev[NETNS]: Enable IPv4 address manipulations inside names...
2008-02-29  Denis V. Lunev[NETNS]: Enable all routing manipulation via netlink...
2008-02-29  Denis V. Lunev[NETNS]: Process devinet ioctl in the correct namespace.
2008-02-29  Denis V. Lunev[NETNS]: Register /proc/net/rt_cache for each namespace.
2008-02-29  Denis V. Lunev[NETNS]: Process /proc/net/rt_cache inside a namespace.
2008-02-29  Denis V. Lunev[IPV4]: rt_cache_get_next should take rt_genid into...
2008-02-29  Denis V. Lunev[NETNS]: Process ip_rt_redirect in the correct namespace.
2008-02-29  Denis V. Lunev[NETNS]: DST cleanup routines should be called inside...
2008-02-29  Denis V. Lunev[NETNS]: Enable inetdev_event notifier.
2008-02-29  Denis V. Lunev[NETNS]: Disable multicaststing configuration inside...
2008-02-29  Denis V. Lunev[NETNS]: Default arp parameters lookup.
2008-02-29  Denis V. Lunev[NETNS]: Register neighbour table parameters in the...
2008-02-29  Denis V. Lunev[NETNS]: Disable inetaddr notifiers in namespaces other...
2008-02-29  Denis V. Lunev[NETFILTER]: Consolidate masq_inet_event and masq_devic...
2008-02-29  Denis V. Lunev[IPV4]: Remove check for ifa->ifa_dev != NULL.
2008-02-28  Wang Chen[X25]: Use proc_create() to setup ->proc_fops first
2008-02-28  Wang Chen[WANROUTER]: Use proc_create() to setup ->proc_fops...
2008-02-28  Wang Chen[8021Q]: Use proc_create() to setup ->proc_fops first
2008-02-28  Wang Chen[IPV4]: Use proc_create() to setup ->proc_fops first
2008-02-28  Wang Chen[IPV6]: Use proc_create() to setup ->proc_fops first
2008-02-28  Wang Chen[SCTP]: Use proc_create() to setup ->proc_fops first
2008-02-28  Wang Chen[PKTGEN]: Use proc_create() to setup ->proc_fops first
2008-02-28  Wang Chen[NEIGHBOUR]: Use proc_create() to setup ->proc_fops...
2008-02-28  Wang Chen[LLC]: Use proc_create() to setup ->proc_fops first
2008-02-28  Wang Chen[IPX]: Use proc_create() to setup ->proc_fops first
2008-02-28  Wang Chen[SUNRPC]: Use proc_create() to setup ->proc_fops first
2008-02-28  David S. MillerMerge branch 'pending' of /linux/kernel/git/vxy/lksctp-dev
2008-02-28  Wang Chen[ATM]: Use proc_create() to setup ->proc_fops first
2008-02-28  Vlad Yasevich[SCTP]: Update AUTH structures to match declarations...
2008-02-28  Vlad Yasevich[SCTP]: Incorrect length was used in SCTP_*_AUTH_CHUNKS...
2008-02-28  Neil Horman[SCTP]: Clean up naming conventions of sctp protocol...
2008-02-28  Wang Chen[APPLETALK]: Use proc_create() to setup ->proc_fops...
2008-02-28  Herbert Xu[IPCOMP]: Disable BH on output when using shared tfm
2008-02-28  David S. MillerMerge branch 'master' of /linux/kernel/git/linville...
2008-02-28  Johannes Bergmac80211: fix kmalloc vs. net_ratelimit
2008-02-27  Vlad Yasevich[SCTP]: Correctly set the length of sctp_assoc_change...
2008-02-27  Jan Engelhardt[NETFILTER]: xt_conntrack: fix IPv4 address comparison
2008-02-27  Jan Engelhardt[NETFILTER]: xt_conntrack: fix missing boolean clamping
2008-02-27  Patrick McHardy[NETFILTER]: nf_conntrack: fix smp_processor_id() in...
2008-02-27  YOSHIFUJI Hideaki[IPV6] SYSCTL: Fix possible memory leakage in error...
2008-02-27  Pavel Emelyanov[INET]: Don't create tunnels with '%' in name.
2008-02-27  David S. Miller[AF_KEY]: Fix oops by converting to proc_net_*().
2008-02-27  Bjorn Mork[IPV4]: Reset scope when changing address
2008-02-27  Benjamin Thery[IPV6]: Add missing initializations of the new nl_info...
2008-02-27  Thomas Gleixnerbluetooth: delete timer in l2cap_conn_del()
2008-02-25  Harvey Harrisontipc: fix integer as NULL pointer sparse warnings in...
2008-02-24  Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2008-02-24  Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-02-24  Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc-2.6
2008-02-24  David S. MillerMerge branch 'master' of ../linux-2.6/
2008-02-24  Joonwoo Park[NETFILTER]: fix ebtable targets return
2008-02-24  Pavel Emelyanov[IP_TUNNEL]: Don't limit the number of tunnels with...
2008-02-24  David S. Miller[NET]: Restore sanity wrt. print_mac().
2008-02-24  Pavel Emelyanov[NEIGH]: Fix race between neighbor lookup and table...
2008-02-24  Thomas Graf[RTNL]: Validate hardware and broadcast address attribu...
2008-02-23  Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-rc-fixes-2.6
2008-02-23  Rafael J. WysockiPM: Introduce PM_EVENT_HIBERNATE callback state
2008-02-22  Linus TorvaldsMerge branch 'hotfixes' of git://git.linux-nfs.org...
2008-02-22  Linus TorvaldsMerge branch 'release' of git://lm-sensors.org/kernel...
2008-02-22  Linus TorvaldsMerge branch 'for-linus' of /home/rmk/linux-2.6-arm
2008-02-22  Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2008-02-21  Pavel EmelyanovWrap buffers used for rpc debug printks into RPC_IFDEBUG
2008-02-21  Len BrownMerge branches 'release', 'bugzilla-9916', 'bugzilla...
2008-02-20  Denis V. Lunev[NETNS]: Namespace leak in pneigh_lookup.
2008-02-20  Pavel Emelyanov[SCTP]: Pick up an orphaned sctp_sockets_allocated...
2008-02-20  Linus TorvaldsMerge branch 'agp-patches' of git://git./linux/kernel...
2008-02-20  Jan Engelhardt[NETFILTER]: xt_iprange: fix subtraction-based comparison
2008-02-20  Jan Engelhardt[NETFILTER]: xt_hashlimit: remove unneeded struct member
2008-02-20  Joonwoo Park[NETFILTER]: Fix incorrect use of skb_make_writable
2008-02-20  Pavel Emelyanov[NETFILTER]: xt_u32: drop the actually unused variable...
2008-02-20  Patrick McHardy[NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_A...
2008-02-20  Adrian Bunkipv4/fib_hash.c: fix NULL dereference
2008-02-20  Adrian Bunknet/9p/trans_virtio.c: kmalloc() enough memory
2008-02-20  Thomas Graf[RTNL]: Add missing link netlink attribute policy defin...
2008-02-19  Linus TorvaldsMerge git://git./linux/kernel/git/x86/linux-2.6-x86
2008-02-19  Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2008-02-19  Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
next