Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2011-01-13 | 3 | -45/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | net/ceph: make ceph_msgr_wq non-reentrant | Tejun Heo | 2011-01-12 | 1 | -44/+2 | |
| * | | | | | | | | | | ceph: Always free allocated memory in osdmap_decode() | Jesper Juhl | 2011-01-12 | 1 | -1/+3 | |
| * | | | | | | | | | | ceph: add dir_layout to inode | Sage Weil | 2011-01-12 | 1 | -0/+3 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2011-01-13 | 8 | -8/+14 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'master' into for-next | Jiri Kosina | 2010-12-22 | 100 | -460/+759 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | fix comment typos concerning "consistent" | Uwe Kleine-König | 2010-12-10 | 1 | -1/+1 | |
| * | | | | | | | | | | Docs/Kconfig: Update: osdl.org -> linuxfoundation.org | Michael Witten | 2010-11-15 | 4 | -4/+10 | |
| * | | | | | | | | | | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2010-11-01 | 3 | -3/+3 | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-01-11 | 45 | -279/+235 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'master' of git://1984.lsi.us.es/net-2.6 | David S. Miller | 2011-01-11 | 5 | -103/+49 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | netfilter: fix race in conntrack between dump_table and destroy | Stephen Hemminger | 2011-01-11 | 1 | -9/+5 | |
| | * | | | | | | | | | netfilter: x_tables: dont block BH while reading counters | Eric Dumazet | 2011-01-10 | 4 | -94/+44 | |
| | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||||
| * | | | | | | | | | ah: reload pointers to skb data after calling skb_cow_data() | Dang Hongwu | 2011-01-11 | 2 | -6/+9 | |
| * | | | | | | | | | xfrm: check trunc_len in XFRMA_ALG_AUTH_TRUNC | Nicolas Dichtel | 2011-01-11 | 1 | -1/+3 | |
| * | | | | | | | | | tcp: disallow bind() to reuse addr/port | Eric Dumazet | 2011-01-11 | 2 | -3/+4 | |
| * | | | | | | | | | CAIF: Fix IPv6 support in receive path for GPRS/3G | Kumar Sanghvi | 2011-01-10 | 1 | -1/+17 | |
| * | | | | | | | | | arp: allow to invalidate specific ARP entries | Maxim Levitsky | 2011-01-10 | 1 | -11/+18 | |
| * | | | | | | | | | net_sched: factorize qdisc stats handling | Eric Dumazet | 2011-01-10 | 23 | -66/+36 | |
| * | | | | | | | | | net: Add alloc_netdev_mqs function | Tom Herbert | 2011-01-10 | 2 | -16/+28 | |
| * | | | | | | | | | caif: don't set connection request param size before copying data | Dan Rosenberg | 2011-01-10 | 1 | -1/+1 | |
| * | | | | | | | | | phonet: some signedness bugs | Dan Carpenter | 2011-01-10 | 1 | -3/+3 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | net offloading: Convert checksums to use centrally computed features. | Jesse Gross | 2011-01-09 | 1 | -28/+12 | |
| * | | | | | | | | net offloading: Convert skb_need_linearize() to use precomputed features. | Jesse Gross | 2011-01-09 | 1 | -15/+6 | |
| * | | | | | | | | net offloading: Convert dev_gso_segment() to use precomputed features. | Jesse Gross | 2011-01-09 | 1 | -5/+3 | |
| * | | | | | | | | net offloading: Pass features into netif_needs_gso(). | Jesse Gross | 2011-01-09 | 1 | -2/+6 | |
| * | | | | | | | | net offloading: Generalize netif_get_vlan_features(). | Jesse Gross | 2011-01-09 | 1 | -8/+27 | |
| * | | | | | | | | net offloading: Accept NETIF_F_HW_CSUM for all protocols. | Jesse Gross | 2011-01-09 | 1 | -1/+1 | |
| * | | | | | | | | net: fix kernel-doc warning in core/filter.c | Randy Dunlap | 2011-01-09 | 1 | -1/+1 | |
| * | | | | | | | | netlink: test for all flags of the NLM_F_DUMP composite | Jan Engelhardt | 2011-01-09 | 5 | -6/+6 | |
| * | | | | | | | | Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6 | David S. Miller | 2011-01-09 | 3 | -3/+6 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | dccp: make upper bound for seq_window consistent on 32/64 bit | Gerrit Renker | 2011-01-07 | 1 | -1/+3 | |
| | * | | | | | | | | dccp: fix bug in updating the GSR | Samuel Jero | 2011-01-07 | 1 | -1/+2 | |
| | * | | | | | | | | dccp: fix return value for sequence-invalid packets | Samuel Jero | 2011-01-07 | 1 | -1/+1 | |
* | | | | | | | | | | Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs... | Linus Torvalds | 2011-01-11 | 9 | -196/+345 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'bugfixes' into nfs-for-2.6.38 | Trond Myklebust | 2011-01-10 | 26 | -113/+278 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | NFS: Don't use vm_map_ram() in readdir | Trond Myklebust | 2011-01-10 | 1 | -31/+124 | |
| | | |_|_|_|/ / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | NFS rename client back channel transport field | Andy Adamson | 2011-01-06 | 2 | -2/+2 | |
| * | | | | | | | | | | NFS associate sessionid with callback connection | Andy Adamson | 2011-01-06 | 1 | -1/+3 | |
| * | | | | | | | | | | SUNRPC register and unregister the back channel transport | Andy Adamson | 2011-01-06 | 1 | -0/+20 | |
| * | | | | | | | | | | SUNRPC new transport for the NFSv4.1 shared back channel | Andy Adamson | 2011-01-06 | 2 | -24/+62 | |
| * | | | | | | | | | | SUNRPC fix bc_send print | Andy Adamson | 2011-01-06 | 1 | -1/+1 | |
| * | | | | | | | | | | SUNRPC move svc_drop to caller of svc_process_common | Andy Adamson | 2011-01-06 | 1 | -14/+16 | |
| * | | | | | | | | | | kernel panic when mount NFSv4 | Trond Myklebust | 2011-01-04 | 1 | -1/+1 | |
| * | | | | | | | | | | net/sunrpc/clnt.c: Convert sprintf_symbol to %ps | Joe Perches | 2010-12-21 | 1 | -10/+2 | |
| * | | | | | | | | | | SUNRPC: New xdr_streams XDR decoder API | Chuck Lever | 2010-12-16 | 4 | -32/+45 | |
| * | | | | | | | | | | SUNRPC: New xdr_streams XDR encoder API | Chuck Lever | 2010-12-16 | 4 | -43/+54 | |
| * | | | | | | | | | | SUNRPC: Determine value of "nrprocs" automatically | Chuck Lever | 2010-12-16 | 1 | -7/+3 | |
| * | | | | | | | | | | SUNRPC: Avoid return code checking in rpcbind XDR encoder functions | Chuck Lever | 2010-12-16 | 1 | -39/+21 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | net/9p: Use proper data types | M. Mohan Kumar | 2011-01-11 | 1 | -12/+10 | |
| |_|/ / / / / / / |/| | | | | | | | |