PCI: pcie portdriver: initialize returned value
[safe/jmp/linux-2.6] / net /
2007-11-11 Joe Perches[NET]: Fix infinite loop in dev_mc_unsync().
2007-11-11 Pavel Emelyanov[NET]: Make helper to get dst entry and "use" it
2007-11-11 Pavel Emelyanov[IPV4]: Remove bugus goto-s from ip_route_input_slow
2007-11-11 Ilpo Järvinen[TCP]: Split SACK FRTO flag clearing (fixes FRTO corner...
2007-11-11 Ilpo Järvinen[TCP]: Add unlikely() to sacktag out-of-mem in fragment...
2007-11-11 Ilpo Järvinen[TCP]: Fix reord detection due to snd_una covered holes
2007-11-11 Ilpo Järvinen[TCP]: Consider GSO while counting reord in sacktag
2007-11-09 Vlad YasevichSCTP: Always flush the queue when uncorcking.
2007-11-09 Vlad YasevichSCTP: Fix PR-SCTP to deliver all the accumulated ordere...
2007-11-09 Vlad YasevichSCTP: Make sctp_verify_param return multiple indications.
2007-11-09 Vlad YasevichSCTP: Convert custom hash lists to use hlist.
2007-11-09 Vlad YasevichSCTP: Use hashed lookup when looking for an association.
2007-11-07 Vlad YasevichSCTP: Fix a potential race between timers and receive...
2007-11-07 Vlad YasevichSCTP: Allow ADD_IP to work with AUTH for backward compa...
2007-11-07 Vlad YasevichSCTP: Correctly disable ADD-IP when AUTH is not supported.
2007-11-07 Vlad YasevichSCTP: Update RCU handling during the ADD-IP case
2007-11-07 Vlad YasevichSCTP: Fix difference cases of retransmit.
2007-11-07 Wei YongjunSCTP : Fix to process bundled ASCONF chunk correctly
2007-11-07 Wei YongjunSCTP : Fix bad formatted comment in outqueue.c
2007-11-07 Patrick McHardy[NETLINK]: Fix unicast timeouts
2007-11-07 Eric Dumazet[INET]: Remove per bucket rwlock in tcp/dccp ehash...
2007-11-07 Rumen G. Bogdanovski[IPVS]: Synchronize closing of Connections
2007-11-07 Rumen G. Bogdanovski[IPVS]: Bind connections on stanby if the destination...
2007-11-07 Pavel Emelyanov[NET]: Clean proto_(un)register from in-code ifdefs
2007-11-07 Herbert Xu[IPSEC]: Fix crypto_alloc_comp error checking
2007-11-07 Patrick McHardy[VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctl
2007-11-07 Johann Felix Soden[NETNS]: Fix compiler error in net_namespace.c
2007-11-07 Radu Rendec[PKT_SCHED] CLS_U32: Fix endianness problem with u32...
2007-11-07 Jiri Olsa[NET]: Removing duplicit #includes
2007-11-07 Pavel Emelyanov[IPV4]: Compact some ifdefs in the fib code.
2007-11-07 Alexey Dobriyan[IPV6]: Convert /proc/net/ipv6_route to seq_file interface
2007-11-07 Evgeniy Polyakov[PKT_SCHED]: Fix OOPS when removing devices from a...
2007-11-07 David S. Miller[DCCP]: Use DEFINE_PROTO_INUSE infrastructure.
2007-11-07 Eric Dumazet[SCTP]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
2007-11-07 Eric Dumazet[IPV6]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
2007-11-07 Eric Dumazet[IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
2007-11-07 Eric Dumazet[NET]: Define infrastructure to keep 'inuse' changes...
2007-11-07 Pavel Emelyanov[IPV4]: Clean the ip_sockglue.c from some ugly ifdefs
2007-11-07 Alexey Dobriyan[DECNET]: "addr" module param can't be __initdata
2007-11-07 Mitsuru Chinen[IPv6] SNMP: Restore Udp6InErrors incrementation
2007-11-07 Alexey Dobriyan[NET]: Remove /proc/net/stat/*_arp_cache upon module...
2007-11-07 Pavel Emelyanov[IPV6]: Consolidate the ip cork destruction in ip6_output.c
2007-11-07 Pavel Emelyanov[IPV4]: Consolidate the ip cork destruction in ip_output.c
2007-11-07 Bart De Schuymer[NETFILTER]: ebt_arp: fix --arp-gratuitous matching...
2007-11-07 Alexey Dobriyan[NETFILTER]: nf_sockopts list head cleanup
2007-11-07 Patrick McHardy[NETFILTER]: remove unneeded rcu_dereference() calls
2007-11-07 Jan Engelhardt[NETFILTER]: Clean up Makefile
2007-11-07 Jan Engelhardt[NETFILTER]: Copyright/Email update
2007-11-07 Alexey Dobriyan[NETFILTER]: ip{,6}_queue: convert to seq_file interface
2007-11-06 Latchesar Ionkov9p: add missing end-of-options record for trans_fd
2007-11-06 Latchesar Ionkov9p: return NULL when trans not found
2007-11-02 Jens Axboe[SG] Get rid of __sg_mark_end()
2007-11-02 Adrian Bunkcleanup asm/scatterlist.h includes
2007-11-01 David S. Miller[IRDA] IRNET: Fix build when TCGETS2 is defined.
2007-11-01 Stephen Hemminger[NET]: docbook fixes for netif_ functions
2007-11-01 Pavel Emelyanov[NET]: Hide the net_ns kmem cache
2007-11-01 Pavel Emelyanov[NET]: Mark the setup_net as __net_init
2007-11-01 Pavel Emelyanov[NET]: Hide the dead code in the net_namespace.c
2007-11-01 Pavel Emelyanov[NETNS]: Make the init/exit hooks checks outside the...
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-11-01 Pavel Emelyanov[NET]: Remove bogus zero_it argument from sk_alloc
2007-11-01 Pavel Emelyanov[NET]: Make the sk_clone() lighter
2007-11-01 Pavel Emelyanov[NET]: Move some core sock setup into sk_prot_alloc
2007-11-01 Pavel Emelyanov[NET]: Auto-zero the allocated sock object
2007-11-01 Pavel Emelyanov[NET]: Cleanup the allocation/freeing of the sock object
2007-11-01 Pavel Emelyanov[NET]: Move the get_net() from sock_copy()
2007-11-01 Pavel Emelyanov[NET]: Move the sock_copy() from the header
2007-11-01 Ilpo Järvinen[TCP]: Another TAGBITS -> SACKED_ACKED|LOST conversion
2007-11-01 Ilpo Järvinen[TCP]: Process DSACKs that reside within a SACK block
2007-10-31 Stephen Rothwell[AF_KEY]: suppress a warning for 64k pages.
2007-10-31 David S. Miller[NET]: Fix incorrect sg_mark_end() calls.
2007-10-31 Alexey Dobriyan[IPVS]: Remove /proc/net/ip_vs_lblcr
2007-10-31 Daniel Lezcano[IPV6]: remove duplicate call to proc_net_remove
2007-10-31 Daniel Lezcano[NETNS]: fix net released by rcu callback
2007-10-31 Daniel Lezcano[NET]: Fix free_netdev on register_netdev failure.
2007-10-30 Dirk HohndelKbuild/doc: fix links to Documentation files
2007-10-30 J. Bruce Fieldssunrpc: fix rpc debugging
2007-10-30 J. Bruce Fields[SUNRPC]: fix rpc debugging
2007-10-30 Jean Delvare[TCP]: Saner thash_entries default with much memory.
2007-10-30 Stephen Rothwell[SUNRPC] rpc_rdma: we need to cast u64 to unsigned...
2007-10-30 Mitsuru Chinen[IPv4] SNMP: Refer correct memory location to display...
2007-10-30 David S. Miller[NET]: Fix error reporting in sys_socketpair().
2007-10-30 Andrew Morton[NETFILTER]: nf_ct_alloc_hashtable(): use __GFP_NOWARN
2007-10-30 David S. Miller[NET]: Fix race between poll_napi() and net_rx_action()
2007-10-30 Matthias M. Dellweg[TCP] MD5: Remove some more unnecessary casting.
2007-10-30 Xiaoliang (David... [TCP] vegas: Fix a bug in disabling slow start by gamma...
2007-10-30 Andy Gospodarek[IPVS]: use proper timeout instead of fixed value
2007-10-30 YOSHIFUJI Hideaki[IPV6] NDISC: Fix setting base_reachable_time_ms variable.
2007-10-29 Al ViroSCTP endianness annotations regression
2007-10-29 Al ViroSUNRPC endianness annotations
2007-10-27 Herbert Xu[CRYPTO] users: Fix up scatterlist conversion errors
2007-10-27 Eric W. Biederman[NETNS]: Fix get_net_ns_by_pid
2007-10-27 Eric W. Biederman[NET]: Marking struct pernet_operations __net_initdata...
2007-10-27 Adrian Bunk[INET] ESP: Must #include <linux/scatterlist.h>
2007-10-27 Jeff Garzik[TCP] IPV6: fix softnet build breakage
2007-10-26 Paul Moore[NetLabel]: correct usage of RCU locking
2007-10-26 Ryousei Takano[TCP]: fix D-SACK cwnd handling
2007-10-26 Adrian Bunk[SCTP] net/sctp/auth.c: make 3 functions static
2007-10-26 David S. Miller[TCP]: Add missing I/O AT code to ipv6 side.
2007-10-26 Adrian Bunk[SCTP]: #if 0 sctp_update_copy_cksum()
next