sfrench/cifs-2.6.git
2008-01-28 Harvey Harrison[NET]: Remove FASTCALL macro
2008-01-28 Herbert Xu[IPSEC]: Add ICMP host relookup support
2008-01-28 Herbert Xu[IPSEC]: Added xfrm_decode_session_reverse and xfrmX_po...
2008-01-28 Herbert Xu[IPSEC]: Make xfrm_lookup flags argument a bit-field
2008-01-28 Gerrit Renker[TFRC]: Remove previous loss intervals implementation
2008-01-28 Gerrit Renker[CCID3]: Interface CCID3 code with newer Loss Intervals...
2008-01-28 Gerrit Renker[TFRC]: CCID3 (and CCID4) needs to access these inlines
2008-01-28 Gerrit Renker[CCID3]: Redundant debugging output / documentation
2008-01-28 Gerrit Renker[TFRC]: Ringbuffer to track loss interval history
2008-01-28 Gerrit Renker[TFRC]: Loss interval code needs the macros/inlines...
2008-01-28 Gerrit Renker[TFRC]: Put RX/TX initialisation into tfrc.c
2008-01-28 Denis V. Lunev[NETNS]: separate af_packet netns data
2008-01-28 Denis V. Lunev[NETNS]: struct net content re-work (v3)
2008-01-28 Denis V. Lunev[AF_UNIX]: Remove unused declaration of sysctl_unix_max...
2008-01-28 Daniel Lezcano[IPV6]: make the protocol initialization to return...
2008-01-28 Daniel Lezcano[IPV6]: make inet6_register_protosw to return an error...
2008-01-28 Daniel Lezcano[IPV6]: make frag to return an error at initialization
2008-01-28 Daniel Lezcano[IPV6]: make extended headers to return an error at...
2008-01-28 Daniel Lezcano[IPV6]: make flowlabel to return an error
2008-01-28 Pavel Emelyanov[IPV4]: Cleanup sysctl manipulations in devinet.c
2008-01-28 Pavel Emelyanov[IPV4]: Cleanup IN_DEV_MFORWARD macro
2008-01-28 Pavel Emelyanov[INET]: Use BUILD_BUG_ON in inet_timewait_sock.c checks
2008-01-28 Pavel Emelyanov[TCP]: Use BUILD_BUG_ON for tcp_skb_cb size checking
2008-01-28 Eric Dumazet[NETLINK]: kzalloc() conversion
2008-01-28 Eric Dumazet[NET]: dst_ifdown() cleanup
2008-01-28 Herbert Xu[IPSEC]: Add xfrm_input_state helper
2008-01-28 Gerrit Renker[CCID3]: HC-receiver should not insert timestamps as...
2008-01-28 Gerrit Renker[TFRC]: The function tfrc_rx_hist_entry_delete() is...
2008-01-28 Gerrit Renker[TFRC]: Move comment.
2008-01-28 YOSHIFUJI Hideaki[NET]: Remove unused "mibalign" argument for snmp_mib_i...
2008-01-28 Denis V. Lunev[IPV4]: last default route is a fib table property
2008-01-28 Denis V. Lunev[IPV4]: Unify assignment of fi to fib_result
2008-01-28 Denis V. Lunev[IPV4]: no need pass pointer to a default into fib_dete...
2008-01-28 Daniel Lezcano[IPV6]: route6 remove ifdef for fib_rules
2008-01-28 Daniel Lezcano[IPV6]: remove ifdef in route6 for xfrm6
2008-01-28 Daniel Lezcano[IPV6]: create route6 proc init-fini functions
2008-01-28 Pavel Emelyanov[NET] sysctl: make sysctl_somaxconn per-namespace
2008-01-28 Pavel Emelyanov[NET] sysctl: prepare core tables to point to netns...
2008-01-28 Pavel Emelyanov[NET] sysctl: make the sys.net.core sysctls per-namespace
2008-01-28 Pavel Emelyanov[SNMP]: Remove unused devconf macros.
2008-01-28 Denis Cheng[IUCV]: use LIST_HEAD instead of LIST_HEAD_INIT
2008-01-28 Denis Cheng[XFRM] net/xfrm/xfrm_state.c: use LIST_HEAD instead...
2008-01-28 Denis Cheng[X25]: use LIST_HEAD instead of LIST_HEAD_INIT
2008-01-28 Denis Cheng[LAPB] net/lapb/lapb_iface.c: use LIST_HEAD instead...
2008-01-28 Denis Cheng[IPV4] net/ipv4/cipso_ipv4.c: use LIST_HEAD instead...
2008-01-28 Denis Cheng[NET] net/core/dev.c: use LIST_HEAD instead of LIST_HEA...
2008-01-28 Eric W. Biederman[IPV4]: Move trie_local and trie_main into the proc...
2008-01-28 Eric W. Biederman[IPV4]: Remove ip_fib_local_table and ip_fib_main_table...
2008-01-28 Daniel Lezcano[IPV6] route6/fib6: Don't panic a kmem_cache_create.
2008-01-28 Daniel Lezcano[IPV6]: Make af_inet6 to check ip6_route_init return...
2008-01-28 Daniel Lezcano[IPV6]: Make ip6_route_init to return an error code.
2008-01-28 Daniel Lezcano[IPV6]: Make fib6_rules_init to return an error code.
2008-01-28 Daniel Lezcano[IPV6]: Make xfrm6_init to return an error code.
2008-01-28 Daniel Lezcano[IPV6]: Make fib6_init to return an error code.
2008-01-28 Denis V. Lunev[NET]: Multiple namespaces in the all dst_ifdown routines.
2008-01-28 Arnaldo Carvalho... [TFRC]: New rx history code
2008-01-28 Gerrit Renker[CCID3]: The receiver of a half-connection does not...
2008-01-28 Arnaldo Carvalho... [TFRC]: Rename dccp_rx_ to tfrc_rx_
2008-01-28 Arnaldo Carvalho... [TFRC]: Make the rx history slab be global
2008-01-28 Arnaldo Carvalho... [TFRC]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for...
2008-01-28 Gerrit Renker[DCCP]: Introduce generic function to test for `data...
2008-01-28 Gerrit Renker[TFRC]: Provide central source file and debug facility
2008-01-28 Pavel Emelyanov[ARP]: Consolidate some code in arp_req_set/delete_publc
2008-01-28 Pavel Emelyanov[ARP]: Minus one level of ndentation in arp_req_delete
2008-01-28 Pavel Emelyanov[ARP]: Minus one level of indentation in arp_req_set
2008-01-28 Pavel Emelyanov[IPV4] ROUTE: Convert rt_hash_lock_init() macro into...
2008-01-28 Pavel Emelyanov[IPV4] ROUTE: Clean up proc files creation.
2008-01-28 Pavel Emelyanov[IPV4] ROUTE: Collect proc-related functions together
2008-01-28 Patrick McHardy[NETLINK]: Mark attribute construction exception unlikely
2008-01-28 Herbert Xu[UDP]: Only increment counter on first peek/recv
2008-01-28 Herbert Xu[UDP]: Restore missing inDatagrams increments
2008-01-28 Herbert Xu[UDP]: Avoid repeated counting of checksum errors due...
2008-01-28 Pavel Emelyanov[IPV6]: Eliminate difference in actions of sysctl and...
2008-01-28 Pavel Emelyanov[INET]: Merge sys.net.ipv4.ip_forward and sys.net.ipv4...
2008-01-28 Pavel Emelyanov[IPV6]: Use sysctl paths to register ipv6 sysctl tables
2008-01-28 Pavel Emelyanov[IPV6]: Make the ipv6/sysctl_net_ipv6.c compilation...
2008-01-28 Pavel Emelyanov[NET]: Remove the empty net_table
2008-01-28 Pavel Emelyanov[TR]: Use ctl paths to register net/token-ring/ table
2008-01-28 Pavel Emelyanov[IPV4]: Use ctl paths to register net/ipv4/ table
2008-01-28 Pavel Emelyanov[IPV4]: Cleanup the sysctl_net_ipv4.c file
2008-01-28 Pavel Emelyanov[NET]: Isolate the net/core/ sysctl table
2008-01-28 Pavel Emelyanov[NET]: Remove unneeded ifdefs from sysctl_net_core.c
2008-01-28 Patrick McHardy[NETFILTER]: Select CONFIG_NETFILTER_NETLINK when needed
2008-01-28 Patrick McHardy[NETFILTER]: remove NF_CONNTRACK_ENABLED option
2008-01-28 Patrick McHardy[NETFILTER]: nfnetlink_queue: update copyright
2008-01-28 Patrick McHardy[NETFILTER]: nfnetlink_queue: remove useless enqueue...
2008-01-28 Patrick McHardy[NETFILTER]: nfnetlink_queue: eliminate impossible...
2008-01-28 Patrick McHardy[NETFILTER]: nfnetlink_queue: use endianness-aware...
2008-01-28 Patrick McHardy[NETFILTER]: nfnetlink_queue: mark hash table __read_mostly
2008-01-28 Patrick McHardy[NETFILTER]: nfnetlink_queue: remove useless debugging
2008-01-28 Patrick McHardy[NETFILTER]: nfnetlink_queue: kill useless wrapper
2008-01-28 Patrick McHardy[NETFILTER]: nfnetlink: use RCU for queue instances...
2008-01-28 Patrick McHardy[NETFILTER]: nfnetlink_queue: fix checks in nfqnl_recv_...
2008-01-28 Patrick McHardy[NETFILTER]: nfnetlink_queue: avoid unnecessary atomic...
2008-01-28 Patrick McHardy[NETFILTER]: remove annoying debugging message
2008-01-28 Patrick McHardy[NETFILTER]: nf_queue: clean up error paths
2008-01-28 Patrick McHardy[NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict
2008-01-28 Patrick McHardy[NETFILTER]: nf_queue: move list_head/skb/id to struct...
2008-01-28 Patrick McHardy[NETFILTER]: ip6_queue: resync dev-index based flushing
2008-01-28 Patrick McHardy[NETFILTER]: ip6_queue: deobfuscate entry lookups
next