aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2009-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 19-158/+264
2009-04-02tcp: miscounts due to tcp_fragment pcount resetGravatar Ilpo Järvinen 1-1/+6
2009-04-02tcp: add helper for counter tweaking due mid-wq changeGravatar Ilpo Järvinen 1-32/+34
2009-04-02net: allow multiple dev per napi with GROGravatar Stephen Hemminger 1-2/+3
2009-04-02netfilter: use rcu_read_bh() in ipt_do_table()Gravatar Eric Dumazet 3-6/+6
2009-04-02RDS: Use spinlock to protect 64b value update on 32b archsGravatar Andy Grover 7-24/+100
2009-04-02RDS: Rewrite connection cleanup, fixing oops on rmmodGravatar Andy Grover 8-85/+109
2009-04-02RDS: Fix m_rs_lock deadlockGravatar Andy Grover 1-3/+3
2009-04-01Merge branch 'devel' into for-linusGravatar Trond Myklebust 10-383/+505
2009-04-01SUNRPC: Ensure IPV6_V6ONLY is set on the socket before binding to a portGravatar Trond Myklebust 1-12/+24
2009-04-01epoll keyed wakeups: make sockets use keyed wakeupsGravatar Davide Libenzi 1-3/+5
2009-04-01proc tty: remove struct tty_operations::read_procGravatar Alexey Dobriyan 1-6/+0
2009-04-01proc tty: switch ircomm to ->proc_fopsGravatar Alexey Dobriyan 1-118/+138
2009-03-31New helper - current_umask()Gravatar Al Viro 1-1/+1
2009-03-31core: remove pointless conditional before kfree()Gravatar Wei Yongjun 1-2/+1
2009-03-31ipv4: remove unused parameter from tcp_recv_urg().Gravatar Rami Rosen 1-3/+2
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 4-26/+33
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskGravatar Linus Torvalds 1-1/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerGravatar Alexey Dobriyan 11-30/+4
2009-03-30cpumask: use new cpumask_ functions in core code.Gravatar Rusty Russell 1-1/+1
2009-03-29netfilter: xtables: fix IPv6 dependency in the cluster matchGravatar Pablo Neira Ayuso 1-2/+9
2009-03-29Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 5-6/+8
2009-03-28netpoll: store local and remote ip in net-endianGravatar Harvey Harrison 1-16/+15
2009-03-28netfilter: fix endian bug in conntrack printksGravatar Harvey Harrison 1-7/+8
2009-03-28gso: Fix support for linear packetsGravatar Herbert Xu 1-1/+1
2009-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 5-41/+272
2009-03-28Merge branch 'percpu-cpumask-x86-for-linus-2' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 2-3/+3
2009-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-1/+3
2009-03-28SUNRPC: Remove CONFIG_SUNRPC_REGISTER_V4Gravatar Chuck Lever 1-22/+0
2009-03-28SUNRPC: rpcb_register() should handle errors silentlyGravatar Chuck Lever 2-8/+12
2009-03-28SUNRPC: Simplify kernel RPC service registrationGravatar Chuck Lever 1-45/+34
2009-03-28SUNRPC: Simplify svc_unregister()Gravatar Chuck Lever 1-21/+14
2009-03-28SUNRPC: Allow callers to pass rpcb_v4_register a NULL addressGravatar Chuck Lever 1-10/+28
2009-03-28SUNRPC: rpcbind actually interprets r_owner stringGravatar Chuck Lever 1-3/+10
2009-03-28SUNRPC: Clean up address type casts in rpcb_v4_register()Gravatar Chuck Lever 1-14/+12
2009-03-28SUNRPC: Don't return EPROTONOSUPPORT in svc_register()'s helpersGravatar Chuck Lever 1-2/+2
2009-03-28SUNRPC: Use IPv4 loopback for registering AF_INET6 kernel RPC servicesGravatar Chuck Lever 1-17/+6
2009-03-28SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener socketsGravatar Chuck Lever 1-6/+4
2009-03-28SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Gravatar Chuck Lever 1-6/+5
2009-03-28SUNRPC: Change svc_create_xprt() to take a @family argumentGravatar Chuck Lever 1-6/+9
2009-03-28SUNRPC: svc_setup_socket() gets protocol family from socketGravatar Chuck Lever 1-3/+3
2009-03-28SUNRPC: Pass a family argument to svc_register()Gravatar Chuck Lever 2-11/+12
2009-03-28SUNRPC: Clean up svc_find_xprt() calling sequenceGravatar Chuck Lever 1-5/+11
2009-03-28SUNRPC: Don't flag empty RPCB_GETADDR reply as bogusGravatar Chuck Lever 1-3/+8
2009-03-28netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connectionsGravatar Paul Moore 1-0/+13
2009-03-28lsm: Remove the socket_post_accept() hookGravatar Paul Moore 1-2/+0
2009-03-28netlabel: Label incoming TCP connections correctly in SELinuxGravatar Paul Moore 2-32/+250
2009-03-28lsm: Relocate the IPv4 security_inet_conn_request() hooksGravatar Paul Moore 2-7/+9
2009-03-28Merge branch 'linus' into percpu-cpumask-x86-for-linus-2Gravatar Ingo Molnar 65-1342/+2248