Age | Commit message (Expand) | Author |
2010-09-15 | sit: get rid of ipip6_lock | Eric Dumazet |
2010-09-15 | gre: get rid of ipgre_lock | Eric Dumazet |
2010-09-15 | ipip: get rid of ipip_lock | Eric Dumazet |
2010-09-15 | ethtool: Remove unimplemented flow specification types | Ben Hutchings |
2010-09-15 | dccp ccid-3: Simplify and consolidate tx_parse_options | Gerrit Renker |
2010-09-15 | dccp ccid-3: remove buggy RTT-sampling history lookup | Gerrit Renker |
2010-09-15 | dccp ccid-3: A lower bound for the inter-packet scheduling algorithm | Gerrit Renker |
2010-09-14 | X.25 remove bkl in connect | andrew hendry |
2010-09-14 | X.25 remove bkl in accept | Andrew Hendry |
2010-09-14 | X.25 remove bkl in bind | andrew hendry |
2010-09-14 | X.25 remove bkl in listen | andrew hendry |
2010-09-14 | net/irda: Use static const char * const where possible | Joe Perches |
2010-09-14 | mac80211: match only assigned bss in sta_info_get_bss | Johannes Berg |
2010-09-14 | mac80211: wait for scan work complete before restarting hw | Stanislaw Gruszka |
2010-09-14 | mac80211: Fix dangling pointer in ieee80211_xmit | Steve deRosier |
2010-09-14 | nl80211: Uninitialized variable | Bill Jordan |
2010-09-14 | net/wireless: use ARRAY_SIZE macro in radiotap.c | Nikitas Angelinas |
2010-09-13 | flow: better memory management | Eric Dumazet |
2010-09-10 | pkt_sched: remov unnecessary bh_disable | stephen hemminger |
2010-09-10 | fib: cleanups | Eric Dumazet |
2010-09-09 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2010-09-09 | tipc: Optimize handling excess content on incoming messages | Paul Gortmaker |
2010-09-09 | tunnels: missing rcu_assign_pointer() | Eric Dumazet |
2010-09-09 | net/core: add lock context change annotations in net/core/sock.c | Namhyung Kim |
2010-09-09 | net/core: remove address space warnings on verify_iovec() | Namhyung Kim |
2010-09-09 | sctp: fix test for end of loop | Joe Perches |
2010-09-09 | Merge branch 'for-davem' of git://oss.oracle.com/git/agrover/linux-2.6 | David S. Miller |
2010-09-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller |
2010-09-08 | udp: add rehash on connect() | Eric Dumazet |
2010-09-08 | net: inet_add_protocol() can use cmpxchg() | Eric Dumazet |
2010-09-08 | RDS: Implement masked atomic operations | Andy Grover |
2010-09-08 | RDS/IB: print string constants in more places | Zach Brown |
2010-09-08 | RDS: cancel connection work structs as we shut down | Zach Brown |
2010-09-08 | RDS: don't call rds_conn_shutdown() from rds_conn_destroy() | Zach Brown |
2010-09-08 | RDS: have sockets get transport module references | Zach Brown |
2010-09-08 | RDS: remove old rs_transport comment | Zach Brown |
2010-09-08 | RDS: lock rds_conn_count decrement in rds_conn_destroy() | Zach Brown |
2010-09-08 | RDS/IB: protect the list of IB devices | Zach Brown |
2010-09-08 | RDS/IB: print IB event strings as well as their number | Zach Brown |
2010-09-08 | RDS: flush fmrs before allocating new ones | Chris Mason |
2010-09-08 | RDS: properly use sg_init_table | Chris Mason |
2010-09-08 | RDS/IB: track signaled sends | Zach Brown |
2010-09-08 | RDS: remove __init and __exit annotation | Zach Brown |
2010-09-08 | RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create() | Andy Grover |
2010-09-08 | RDS/IB: always process recv completions | Zach Brown |
2010-09-08 | RDS: return to a single-threaded krdsd | Zach Brown |
2010-09-08 | RDS/IB: create a work queue for FMR flushing | Zach Brown |
2010-09-08 | RDS/IB: destroy connections on rmmod | Zach Brown |
2010-09-08 | RDS/IB: wait for IB dev freeing work to finish during rmmod | Zach Brown |
2010-09-08 | RDS/IB: Make ib_recv_refill return void | Andy Grover |