safe/jmp/linux-2.6
2008-04-14 Jan Engelhardt[NETFILTER]: annotate xtables targets with const and...
2008-04-14 Jan Engelhardt[NETFILTER]: xt_sctp: simplify xt_sctp.h
2008-04-14 Robert P. J... [NETFILTER]: Use non-deprecated __RW_LOCK_UNLOCKED...
2008-04-14 Robert P. J... [NETFILTER]: bridge netfilter: use non-deprecated __RW_...
2008-04-14 Alexey Dobriyan[NETFILTER]: ip_tables: per-netns FILTER/MANGLE/RAW...
2008-04-14 Patrick McHardy[NETFILTER]: {ip,ip6}t_LOG: print MARK value in log...
2008-04-14 Alexey Dobriyan[NETFILTER]: nf_conntrack: less hairy ifdefs around...
2008-04-14 Gerrit Renker[SKB]: __skb_queue_tail = __skb_insert before
2008-04-14 Gerrit Renker[SKB]: __skb_append = __skb_queue_after
2008-04-14 Gerrit Renker[SKB]: __skb_queue_after(prev) = __skb_insert(prev...
2008-04-14 Gerrit Renker[SKB]: __skb_dequeue = skb_peek + __skb_unlink
2008-04-14 Rami Rosen[IPV6] MROUTE: Add stats in multicast routing module...
2008-04-14 Jan Engelhardt[NET]: Sink IPv6 menuoptions into its own submenu
2008-04-14 YOSHIFUJI Hideaki[IPV6]: Share common code-paths for sticky socket options.
2008-04-14 YOSHIFUJI Hideaki[IPV6] MROUTE: Do not call ipv6_find_idev() directly.
2008-04-14 Pavel Emelyanov[NETNS][DCCPV6]: Make per-net socket lookup.
2008-04-14 Pavel Emelyanov[NETNS][DCCPV6]: Actually create ctl socket on each...
2008-04-14 Pavel Emelyanov[NETNS][DCCPV6]: Move the dccp_v6_ctl_sk on the struct...
2008-04-14 Pavel Emelyanov[NETNS][DCCPV6]: Add dummy per-net operations.
2008-04-14 Pavel Emelyanov[NETNS][DCCPV6]: Don't pass NULL to ip6_dst_lookup.
2008-04-14 Pavel Emelyanov[NETNS][DCCPV4]: Enable DCCPv4 in net namespaces.
2008-04-14 Pavel Emelyanov[NETNS][DCCPV4]: Make per-net socket lookup.
2008-04-14 Pavel Emelyanov[NETNS][DCCPV4]: Use proper net to route the reset...
2008-04-14 Pavel Emelyanov[NETNS][DCCPV4]: Actually create ctl socket on each...
2008-04-14 Pavel Emelyanov[NETNS][DCCPV4]: Move the dccp_v4_ctl_sk on the struct...
2008-04-14 Pavel Emelyanov[NETNS][DCCPV4]: Add dummy per-net operations.
2008-04-14 Pavel Emelyanov[NETNS]: Add an empty netns_dccp structure on struct...
2008-04-14 Denis V. Lunev[TCP]: Remove owner from tcp_seq_afinfo.
2008-04-14 Denis V. Lunev[TCP]: Place file operations directly into tcp_seq_afinfo.
2008-04-14 Denis V. Lunev[TCP]: Cleanup /proc/tcp[6] creation/removal.
2008-04-14 Denis V. Lunev[TCP]: Move seq_ops from tcp_iter_state to tcp_seq_afinfo.
2008-04-14 Denis V. Lunev[TCP]: No need to check afinfo != NULL in tcp_proc_...
2008-04-14 Denis V. Lunev[TCP]: Replace struct net on tcp_iter_state with seq_ne...
2008-04-14 Denys Vlasenko[ATM] drivers/atm/horizon.c: stop inlining largish...
2008-04-14 Gerrit Renker[INET]: sk_reuse is valbool
2008-04-14 Allan Stephens[TIPC]: Improve socket time conversions
2008-04-14 Allan Stephens[TIPC]: Remove redundant socket wait queue initialization
2008-04-13 David S. MillerMerge branch 'net-2.6.26-misc-20080412b' of git://git...
2008-04-13 Paul MooreLSM: Make the Labeled IPsec hooks more stack friendly
2008-04-13 Paul MooreNetLabel: Allow passing the LSM domain as a shared...
2008-04-13 Joe Perches[AF_UNIX]: Use SEQ_START_TOKEN
2008-04-13 Vlad YasevichMAINTAINERS: New sctp mailing list
2008-04-13 Gui Jianfeng[SCTP]: Remove an unused parameter from sctp_cmd_hb_tim...
2008-04-13 Robert P. J... [SCTP]: "list_for_each()" -> "list_for_each_entry(...
2008-04-13 Neil Horman[SCTP]: Correct /proc/net/assocs formatting error
2008-04-12 YOSHIFUJI Hideaki[IPV6]: Fix IPV6_RECVERR for connected raw sockets.
2008-04-12 Brian Haley[IPv6]: Change IPv6 unspecified destination address...
2008-04-12 Rami Rosen[IPV6] MROUTE: Adjust IPV6 multicast routing module...
2008-04-12 YOSHIFUJI Hideaki[IPV6]: Check length of int/boolean optval provided...
2008-04-12 Wang Chen[IPV6]: Check length of optval provided by user in...
2008-04-12 YOSHIFUJI Hideaki[IPV6] MIP6: Use our standard definitions for paddings.
2008-04-12 YOSHIFUJI Hideaki[IPV6]: Use in6addr_any where appropriate.
2008-04-12 YOSHIFUJI Hideaki[IPV6]: Define constants for link-local multicast addre...
2008-04-12 YOSHIFUJI Hideaki[IPV6]: Make address arguments const.
2008-04-12 YOSHIFUJI Hideaki[IPV6] ADDRCONF: Uninline ipv6_isatap_eui64().
2008-04-12 YOSHIFUJI Hideaki[IPV6] ADDRCONF: Uninline ipv6_addr_hash().
2008-04-12 YOSHIFUJI Hideaki[IPV6]: Use XOR and OR rather than mutiple ands for...
2008-04-11 YOSHIFUJI Hideaki[IPV6]: Use ipv6_addr_equal() instead of !ipv6_addr_cmp().
2008-04-11 YOSHIFUJI Hideaki[IPV6] FIB_RULE: Sparse: fib6_rules_cleanup() is of...
2008-04-11 YOSHIFUJI Hideaki[IPV6]: Sparse: Reuse previous delaration where appropr...
2008-04-11 YOSHIFUJI Hideaki[IPV6] SIT: Sparse: Use NULL pointer instead of 0.
2008-04-11 YOSHIFUJI Hideaki[IPV6]: Kill several warnings without CONFIG_IPV6_MROUTE.
2008-04-10 Stephen HemmingerIPV4: use xor rather than multiple ands for route compare
2008-04-10 YOSHIFUJI Hideaki[SCTP]: Use snmp_mib_{init,free}().
2008-04-10 YOSHIFUJI Hideaki[DCCP]: Use snmp_mib_{init,free}().
2008-04-10 Stephen Hemmingeripv4: fib_trie leaf free optimization
2008-04-10 Stephen Hemmingeripv4: fib_trie remove unused argument
2008-04-10 Joe Perches[ATM]: Use SEQ_START_TOKEN
2008-04-10 Florian Westphal[Syncookies]: Add support for TCP options via timestamps.
2008-04-10 Stephen HemmingerIPV4: fib_trie use vmalloc for large tnodes
2008-04-10 Rami Rosen[IPV6]: Remove unused declarations in include/net/ip6_r...
2008-04-10 Cornelia Huckiucv: Delay bus registration until core is ready.
2008-04-10 Heiko Carstensiucv: get rid of in_atomic() use.
2008-04-10 Robert P. J... af_iucv: Use non-deprecated __RW_LOCK_UNLOCKED macro.
2008-04-10 Patrick McHardy[SKFILTER]: Add SKF_ADF_NLATTR instruction
2008-04-10 Rami Rosen[IPV6] Remove three method declarations in include...
2008-04-10 Gui JianfengSCTP: Remove useless assignment from __sctp_rcv_lookup_...
2008-04-10 Li ZefanSCTP: fix wrong debug counting of bind_bucket
2008-04-10 Li ZefanSCTP: fix wrong debug counting of datamsg
2008-04-10 Stephen HemmingerIPV4: route rekey timer can be deferrable
2008-04-10 Stephen HemmingerIPV4: route use jhash3
2008-04-10 Stephen HemmingerIPV4: route inline changes
2008-04-10 Stephen Hemmingersocket: sk_filter deinline
2008-04-10 Stephen Hemmingersocket: sk_filter minor cleanups
2008-04-08 Johannes Bergmac80211: fix key debugfs default_key link
2008-04-08 Christian Lamparterdrivers/net/wireless/p54/net2280.h: silence checkpatch.pl
2008-04-08 Christian Lamparterp54: move to separate directory
2008-04-08 Johannes Bergmac80211: rename files
2008-04-08 Johannes Bergmac80211: fix key vs. sta locking problems
2008-04-08 Johannes Bergmac80211: fix sta-info pinning
2008-04-08 Jiri Slabymac80211: fix defined but not used
2008-04-08 Pavel Machekadm8211: remove commented-out code
2008-04-08 Ron Rindjunskymac80211: BA session debug prints changes
2008-04-08 Michael Bueschb43: use b43_is_mode() call
2008-04-08 Michael Bueschb43: Fix PHY TX control words in SHM
2008-04-08 Michael Bueschb43: Fix beacon BH update
2008-04-08 Mohamed Abbasmac80211: notify mac from low level driver (iwlwifi)
2008-04-08 Johannes Bergmac80211: fix ieee80211_ioctl_giwrate
2008-04-08 Johannes Bergmac80211: make debugfs files root-only
2008-04-08 Michael Bueschb43: Beaconing fixes
next