summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-09-16Phonet: look up the resource routing table when forwardingRémi Denis-Courmont1-0/+17
2010-09-16Phonet: hook resource routing to userspace via ioctl()'sRémi Denis-Courmont2-0/+14
2010-09-16Phonet: resource routing backendRémi Denis-Courmont1-0/+88
2010-09-16Phonet: remove dangling pipe if an endpoint is closed earlyRémi Denis-Courmont1-1/+26
2010-09-16Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller4-119/+73
2010-09-16irda/irnet: use noop_llseekArnd Bergmann1-1/+2
2010-09-16sit: get rid of ipip6_lockEric Dumazet1-33/+31
2010-09-16gre: get rid of ipgre_lockEric Dumazet1-29/+32
2010-09-16ipip: get rid of ipip_lockEric Dumazet1-33/+34
2010-09-16ethtool: Remove unimplemented flow specification typesBen Hutchings1-4/+4
2010-09-15dccp ccid-3: Simplify and consolidate tx_parse_optionsGerrit Renker2-46/+14
2010-09-15dccp ccid-3: remove buggy RTT-sampling history lookupGerrit Renker3-57/+38
2010-09-15dccp ccid-3: A lower bound for the inter-packet scheduling algorithmGerrit Renker2-16/+21
2010-09-15X.25 remove bkl in connectandrew hendry1-2/+0
2010-09-15X.25 remove bkl in acceptAndrew Hendry1-3/+5
2010-09-15X.25 remove bkl in bindandrew hendry1-2/+2
2010-09-15X.25 remove bkl in listenandrew hendry1-2/+2
2010-09-15net/irda: Use static const char * const where possibleJoe Perches1-1/+1
2010-09-14flow: better memory managementEric Dumazet1-36/+42
2010-09-10pkt_sched: remov unnecessary bh_disablestephen hemminger1-2/+2
2010-09-10fib: cleanupsEric Dumazet1-32/+23
2010-09-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller42-258/+342
2010-09-10tipc: Optimize handling excess content on incoming messagesPaul Gortmaker2-10/+4
2010-09-10tunnels: missing rcu_assign_pointer()Eric Dumazet2-2/+2
2010-09-10net/core: add lock context change annotations in net/core/sock.cNamhyung Kim1-0/+4
2010-09-10net/core: remove address space warnings on verify_iovec()Namhyung Kim1-2/+4
2010-09-10sctp: fix test for end of loopJoe Perches1-23/+23
2010-09-10Merge branch 'for-davem' of git://oss.oracle.com/git/agrover/linux-2.6David S. Miller40-1572/+2548
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller23-274/+919
2010-09-09udp: add rehash on connect()Eric Dumazet4-2/+64
2010-09-09net: inet_add_protocol() can use cmpxchg()Eric Dumazet2-54/+9
2010-09-09RDS: Implement masked atomic operationsAndy Grover4-13/+52
2010-09-09RDS/IB: print string constants in more placesZach Brown7-21/+97
2010-09-09RDS: cancel connection work structs as we shut downZach Brown1-0/+4
2010-09-09RDS: don't call rds_conn_shutdown() from rds_conn_destroy()Zach Brown1-2/+7
2010-09-09RDS: have sockets get transport module referencesZach Brown4-6/+21
2010-09-09RDS: remove old rs_transport commentZach Brown1-6/+0
2010-09-09RDS: lock rds_conn_count decrement in rds_conn_destroy()Zach Brown1-0/+3
2010-09-09RDS/IB: protect the list of IB devicesZach Brown3-10/+26
2010-09-09RDS/IB: print IB event strings as well as their numberZach Brown1-4/+39
2010-09-09RDS: flush fmrs before allocating new onesChris Mason1-2/+5
2010-09-09RDS: properly use sg_init_tableChris Mason1-0/+1
2010-09-09RDS/IB: track signaled sendsZach Brown3-8/+54
2010-09-09RDS: remove __init and __exit annotationZach Brown20-35/+35
2010-09-09RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create()Andy Grover1-2/+2
2010-09-09RDS/IB: always process recv completionsZach Brown1-8/+12
2010-09-09RDS: return to a single-threaded krdsdZach Brown1-1/+1
2010-09-09RDS/IB: create a work queue for FMR flushingZach Brown3-3/+33
2010-09-09RDS/IB: destroy connections on rmmodZach Brown3-15/+6
2010-09-09RDS/IB: wait for IB dev freeing work to finish during rmmodZach Brown1-2/+9